Html Css Color HEX #064137 Deep Teal

📋 copy color: '#064137'

red 6 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #064137

Tints of Deep Teal #064137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 4.76%
G = 51.59%
B = 43.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#064137 (or 0x064137) is known color: Deep Teal. HEX triplet: 06, 41 and 37. RGB value is (6,65,55). Sum of RGB (Red+Green+Blue) = 6+65+55=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #064137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064137 is #F9BEC8. Grayscale: #2E2E2E. Windows color (decimal): -16367305 or 3621126. OLE color: 3621126.

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

Color convert

RGB 6 65 55 -
CMYK 0.91 0 0.15 0.75
HSL 169.83º 0.83% 0.14% -
HSV(B) 169.83º 0.91% 0.25% -
XYZ 2.65 4.1 4.26 -
YUV 46.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 6 65 55 0.91 0 0.15 0.75 169.83 0.83 0.14
Hex 6 41 37 5B 0 F 4B AA 53 E
Octal 6 101 67 133 0 17 113 252 123 16
Binary 110 1000001 110111 1011011 0 1111 1001011 10101010 1010011 1110

Color Harmonies of #064137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064137

Black with #064137

Text Example


Text Example

White with #064137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064137; }

 p { color: rgb(6,65,55); }

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

background-color css

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

 a { background-color: rgb(6,65,55); }

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

border-color css

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

 span { border-color: rgb(6,65,55); }

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