Html Css Color HEX #064535 Deep Teal

📋 copy color: '#064535'

red 6 ◦ green 69 ◦ blue 53

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

Shades of Deep Teal #064535

Tints of Deep Teal #064535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.91%

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

R = 4.69%
G = 53.91%
B = 41.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#064535 (or 0x064535) is known color: Deep Teal. HEX triplet: 06, 45 and 35. RGB value is (6,69,53). Sum of RGB (Red+Green+Blue) = 6+69+53=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #064535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064535 is #F9BACA. Grayscale: #303030. Windows color (decimal): -16366283 or 3491078. OLE color: 3491078.

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

Color convert

RGB 6 69 53 -
CMYK 0.91 0 0.23 0.73
HSL 164.76º 0.84% 0.15% -
HSV(B) 164.76º 0.91% 0.27% -
XYZ 2.85 4.55 4.1 -
YUV 48.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 6 69 53 0.91 0 0.23 0.73 164.76 0.84 0.15
Hex 6 45 35 5B 0 17 49 A5 54 F
Octal 6 105 65 133 0 27 111 245 124 17
Binary 110 1000101 110101 1011011 0 10111 1001001 10100101 1010100 1111

Color Harmonies of #064535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064535

Black with #064535

Text Example


Text Example

White with #064535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064535; }

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

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

background-color css

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

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

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

border-color css

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

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

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