Html Css Color HEX #064435 Deep Teal

📋 copy color: '#064435'

red 6 ◦ green 68 ◦ blue 53

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

Shades of Deep Teal #064435

Tints of Deep Teal #064435

RGB

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

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

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

R = 4.72%
G = 53.54%
B = 41.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#064435 (or 0x064435) is known color: Deep Teal. HEX triplet: 06, 44 and 35. RGB value is (6,68,53). Sum of RGB (Red+Green+Blue) = 6+68+53=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #064435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064435 is #F9BBCA. Grayscale: #2F2F2F. Windows color (decimal): -16366539 or 3490822. OLE color: 3490822.

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

Color convert

RGB 6 68 53 -
CMYK 0.91 0 0.22 0.73
HSL 165.48º 0.84% 0.15% -
HSV(B) 165.48º 0.91% 0.27% -
XYZ 2.78 4.43 4.08 -
YUV 47.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 6 68 53 0.91 0 0.22 0.73 165.48 0.84 0.15
Hex 6 44 35 5B 0 16 49 A5 54 F
Octal 6 104 65 133 0 26 111 245 124 17
Binary 110 1000100 110101 1011011 0 10110 1001001 10100101 1010100 1111

Color Harmonies of #064435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064435

Black with #064435

Text Example


Text Example

White with #064435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064435; }

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

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

background-color css

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

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

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

border-color css

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

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

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