#06473B

Color #06473B Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #06473B

Tints of Deep Teal #06473B

Color information

#06473B (or 0x06473B) is unknown color: approx Deep Teal. HEX triplet: 06, 47 and 3B. RGB value is (6,71,59). Sum of RGB (Red+Green+Blue) = 6+71+59=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #06473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06473B is #F9B8C4. Grayscale: #323232. Windows color (decimal): -16365765 or 3884806. OLE color: 3884806.

HSL color Cylindrical-coordinate representation of color #06473B: hue angle of 168.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06473B is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB67159-
CMYK0.9200.170.72
HSL168.92º84.42%15.1%-
HSV(B)168.92º91.55%27.84%-
XYZ3.124.864.91-
YUV50.2132.9796.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=4.41%
G=52.21%
B=43.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671590.9200.170.72168.9284.4215.1
Hex6473B5C01148a954f
Octal61077313402111025112417
Binary1101000111111011101110001000110010001010100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06473B; }

 p { color: rgb(6,71,59); }

 H1.HeaderClassName
 {
   color: #06473B;
 }
 .AnyTagClassName
 {
   color: #06473B;
 }
</style>
background-color css

<style>
 a { background-color: #06473B; }

 a { background-color: rgb(6,71,59); }

 div.DivClassName
 {
   background-color: #06473B;
 }
 .BgClassName
 {
   background-color: #06473B;
 }
</style>
border-color css

<style>
 span { border-color: #06473B; }

 span { border-color: rgb(6,71,59); }

 td.TdClassName
 {
   border-color: #06473B;
 }
 .TagClassName
 {
   border-color: #06473B;
 }
</style>