Html Css Color HEX #064035 Deep Teal

📋 copy color: '#064035'

red 6 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #064035

Tints of Deep Teal #064035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 4.88%
G = 52.03%
B = 43.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#064035 (or 0x064035) is known color: Deep Teal. HEX triplet: 06, 40 and 35. RGB value is (6,64,53). Sum of RGB (Red+Green+Blue) = 6+64+53=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #064035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064035 is #F9BFCA. Grayscale: #2D2D2D. Windows color (decimal): -16367563 or 3489798. OLE color: 3489798.

HSL color Cylindrical-coordinate representation of color #064035: hue angle of 168.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064035 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 53 -
CMYK 0.91 0 0.17 0.75
HSL 168.62º 0.83% 0.14% -
HSV(B) 168.62º 0.91% 0.25% -
XYZ 2.55 3.96 4 -
YUV 45.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 6 64 53 0.91 0 0.17 0.75 168.62 0.83 0.14
Hex 6 40 35 5B 0 11 4B A9 53 E
Octal 6 100 65 133 0 21 113 251 123 16
Binary 110 1000000 110101 1011011 0 10001 1001011 10101001 1010011 1110

Color Harmonies of #064035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064035

Black with #064035

Text Example


Text Example

White with #064035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064035; }

 p { color: rgb(6,64,53); }

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

background-color css

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

 a { background-color: rgb(6,64,53); }

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

border-color css

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

 span { border-color: rgb(6,64,53); }

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