Html Css Color HEX #064337 Deep Teal

📋 copy color: '#064337'

red 6 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #064337

Tints of Deep Teal #064337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.34%

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

R = 4.69%
G = 52.34%
B = 42.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#064337 (or 0x064337) is known color: Deep Teal. HEX triplet: 06, 43 and 37. RGB value is (6,67,55). Sum of RGB (Red+Green+Blue) = 6+67+55=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #064337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064337 is #F9BCC8. Grayscale: #2F2F2F. Windows color (decimal): -16366793 or 3621638. OLE color: 3621638.

HSL color Cylindrical-coordinate representation of color #064337: hue angle of 168.2º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064337 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 55 -
CMYK 0.91 0 0.18 0.74
HSL 168.2º 0.84% 0.14% -
HSV(B) 168.2º 0.91% 0.26% -
XYZ 2.77 4.33 4.3 -
YUV 47.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 6 67 55 0.91 0 0.18 0.74 168.2 0.84 0.14
Hex 6 43 37 5B 0 12 4A A8 54 E
Octal 6 103 67 133 0 22 112 250 124 16
Binary 110 1000011 110111 1011011 0 10010 1001010 10101000 1010100 1110

Color Harmonies of #064337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064337

Black with #064337

Text Example


Text Example

White with #064337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064337; }

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

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

background-color css

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

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

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

border-color css

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

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

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