Html Css Color HEX #064437 Deep Teal

📋 copy color: '#064437'

red 6 ◦ green 68 ◦ blue 55

#064437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #064437

Tints of Deep Teal #064437

RGB

 RED value IS 6 (2.73% from 255) = 4.65%

 GREEN value IS 68 (26.95% from 255) = 52.71%

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 4.65%
G = 52.71%
B = 42.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#064437 (or 0x064437) is known color: Deep Teal. HEX triplet: 06, 44 and 37. RGB value is (6,68,55). Sum of RGB (Red+Green+Blue) = 6+68+55=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #064437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064437 is #F9BBC8. Grayscale: #2F2F2F. Windows color (decimal): -16366537 or 3621894. OLE color: 3621894.

HSL color Cylindrical-coordinate representation of color #064437: hue angle of 167.42º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064437 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 55 -
CMYK 0.91 0 0.19 0.73
HSL 167.42º 0.84% 0.15% -
HSV(B) 167.42º 0.91% 0.27% -
XYZ 2.83 4.45 4.32 -
YUV 47.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 6 68 55 0.91 0 0.19 0.73 167.42 0.84 0.15
Hex 6 44 37 5B 0 13 49 A7 54 F
Octal 6 104 67 133 0 23 111 247 124 17
Binary 110 1000100 110111 1011011 0 10011 1001001 10100111 1010100 1111

Color Harmonies of #064437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064437

Black with #064437

Text Example


Text Example

White with #064437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064437; }

 p { color: rgb(6,68,55); }

 H1.HeaderClassName
 {
   color: #064437;
 }
 .AnyTagClassName
 {
   color: #064437;
 }
</style>

background-color css

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

 a { background-color: rgb(6,68,55); }

 div.DivClassName
 {
   background-color: #064437;
 }
 .BgClassName
 {
   background-color: #064437;
 }
</style>

border-color css

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

 span { border-color: rgb(6,68,55); }

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