COLOR #06263D

HEX: #06263D RGB: (6,38,61)

Color info

#06263D contains red, green and blue colors in about the same proportion. Web safe color of #06263D is #003333 (or #033).

RGB color model

#06263D color RGB value is (6,38,61).

RGB: (6,38,61) (2%, 15%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 38 of 255 = 15%
B 61 of 255 = 24%

6
38
61

R + G + B ~ 14%. #06263D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 38 + 61 = 105 (100%)
R 6 of 105 ~ 5.71%
G 38 of 105 ~ 36.19%
B 61 of 105 ~ 58.1'%

%36.19
%58.1

CMYK color model

#06263D color CMYK value is (90,38,0,76).

  • cyan value is 90.16%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (90,38,0,76)
C90M38Y0K76 (90%, 38%, 0%, 76%)
(0.90 / 0.38 / 0.00 / 0.76)

CMYK percentages

%90.16
%37.7
%0
%76.08

Codes

Color #06263D in popluar color models

06 26 3D
RGB 6 38 61
HSL 205° 82.09% 13.14%
HSB/HSV 205° 90.16% 23.92%
CMYK 90.16% 37.70% 0.00%
76.08%

Color #06263D in popluar number systems.

HEX 06 26 3D
Decimal 6 38 61
Binary 110 100110 111101
Octal 6 46 75

Shades and tints

Shades of #06263D

#06263D
(6,38,61)
#062338
(6,35,56)
#062033
(6,32,51)
#061D2E
(6,29,46)
#061A29
(6,26,41)
#061724
(6,23,36)
#06141F
(6,20,31)
#06111A
(6,17,26)
#060E15
(6,14,21)
#060B10
(6,11,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #06263D

#06263D
(6,38,61)
#1C394E
(28,57,78)
#324C5F
(50,76,95)
#485F70
(72,95,112)
#5E7281
(94,114,129)
#748592
(116,133,146)
#8A98A3
(138,152,163)
#A0ABB4
(160,171,180)
#B6BEC5
(182,190,197)
#CCD1D6
(204,209,214)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06263D color. Also use rgb(6,38,61) instead hex code.

Text Font Color

.myTextColor { color: #06263D; }

<p style="color:#06263D">This sample text font color is #06263D.</p>

This text font color is #06263D.

Background Color

.myBgColor { background-color: #06263D; }

<div style="background-color:#06263D">Inner text</div>

This div background color is #06263D.

Border color

.myBorderColor { border: 1px solid #06263D; }

<div style="border:3px solid #06263D">Div</div>

This div border color is #06263D.

Opacity

.myOpacity80 { color: #06263D; opacity: 0.8; }

<p style="color:#06263D;opacity:0.8;">80%</p>

Text with #06263D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06263D;}

<p style="text-shadow: 3px 3px 1px #06263D">Text here.</p>

This text has shadow with #06263D color.


.textShadow {text-shadow: 3px 3px 1px #06263D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06263D, 5px 5px 20px red">Text here.</p>

This text has shadow with #06263D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06263D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06263D, Direction=45, Strength=4)">Text</p>

This text has shadow with #06263D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06263D;
-webkit-box-shadow: 1px 1px 3px 2px #06263D;
box-shadow: 1px 1px 3px 2px #06263D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06263D; -webkit-box-shadow: 1px 1px 3px 2px #06263D; box-shadow:1px 1px 3px 2px #06263D;">
Div content here
</div>

This div box has shadow with color #06263D.

Preview

Color preview on black background

This text has color #06263D on black background.


Color preview on white background

This text has color #06263D on white background.


Black color preview on #06263D background

This text has black color on #06263D background.


White color preview on #06263D background

This text has white color on #06263D background.


Related colors

Complementary color

Complementary color for #hex is #F9D9C2.


I love getcolorcode.com

Triadic colors

1 #3D0626 and #263D06 with #06263D are triadic colors.

2 #3D2606 and #26063D with #06263D are triadic colors.