Html Css Color HEX #064439 Deep Teal

📋 copy color: '#064439'

red 6 ◦ green 68 ◦ blue 57

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

Shades of Deep Teal #064439

Tints of Deep Teal #064439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.51%

R = 4.58%
G = 51.91%
B = 43.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#064439 (or 0x064439) is known color: Deep Teal. HEX triplet: 06, 44 and 39. RGB value is (6,68,57). Sum of RGB (Red+Green+Blue) = 6+68+57=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #064439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064439 is #F9BBC6. Grayscale: #303030. Windows color (decimal): -16366535 or 3752966. OLE color: 3752966.

HSL color Cylindrical-coordinate representation of color #064439: hue angle of 169.35º 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 #064439 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 57 -
CMYK 0.91 0 0.16 0.73
HSL 169.35º 0.84% 0.15% -
HSV(B) 169.35º 0.91% 0.27% -
XYZ 2.88 4.47 4.58 -
YUV 48.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 6 68 57 0.91 0 0.16 0.73 169.35 0.84 0.15
Hex 6 44 39 5B 0 10 49 A9 54 F
Octal 6 104 71 133 0 20 111 251 124 17
Binary 110 1000100 111001 1011011 0 10000 1001001 10101001 1010100 1111

Color Harmonies of #064439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064439

Black with #064439

Text Example


Text Example

White with #064439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064439; }

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

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

background-color css

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

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

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

border-color css

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

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

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