Html Css Color HEX #064335 Deep Teal

📋 copy color: '#064335'

red 6 ◦ green 67 ◦ blue 53

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

Shades of Deep Teal #064335

Tints of Deep Teal #064335

RGB

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

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

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

R = 4.76%
G = 53.17%
B = 42.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#064335 (or 0x064335) is known color: Deep Teal. HEX triplet: 06, 43 and 35. RGB value is (6,67,53). Sum of RGB (Red+Green+Blue) = 6+67+53=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #064335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064335 is #F9BCCA. Grayscale: #2F2F2F. Windows color (decimal): -16366795 or 3490566. OLE color: 3490566.

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

Color convert

RGB 6 67 53 -
CMYK 0.91 0 0.21 0.74
HSL 166.23º 0.84% 0.14% -
HSV(B) 166.23º 0.91% 0.26% -
XYZ 2.72 4.31 4.06 -
YUV 47.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 6 67 53 0.91 0 0.21 0.74 166.23 0.84 0.14
Hex 6 43 35 5B 0 15 4A A6 54 E
Octal 6 103 65 133 0 25 112 246 124 16
Binary 110 1000011 110101 1011011 0 10101 1001010 10100110 1010100 1110

Color Harmonies of #064335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064335

Black with #064335

Text Example


Text Example

White with #064335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064335; }

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

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

background-color css

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

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

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

border-color css

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

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

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