Html Css Color HEX #064639 Deep Teal

📋 copy color: '#064639'

red 6 ◦ green 70 ◦ blue 57

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

Shades of Deep Teal #064639

Tints of Deep Teal #064639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.63%

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

R = 4.51%
G = 52.63%
B = 42.86%

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

#064639 (or 0x064639) is known color: Deep Teal. HEX triplet: 06, 46 and 39. RGB value is (6,70,57). Sum of RGB (Red+Green+Blue) = 6+70+57=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #064639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064639 is #F9B9C6. Grayscale: #313131. Windows color (decimal): -16366023 or 3753478. OLE color: 3753478.

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

Color convert

RGB 6 70 57 -
CMYK 0.91 0 0.19 0.73
HSL 167.81º 0.84% 0.15% -
HSV(B) 167.81º 0.91% 0.27% -
XYZ 3 4.71 4.62 -
YUV 49.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 6 70 57 0.91 0 0.19 0.73 167.81 0.84 0.15
Hex 6 46 39 5B 0 13 49 A8 54 F
Octal 6 106 71 133 0 23 111 250 124 17
Binary 110 1000110 111001 1011011 0 10011 1001001 10101000 1010100 1111

Color Harmonies of #064639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064639

Black with #064639

Text Example


Text Example

White with #064639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064639; }

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

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

background-color css

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

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

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

border-color css

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

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

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