Html Css Color HEX #065440 Deep Teal

📋 copy color: '#065440'

red 6 ◦ green 84 ◦ blue 64

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

Shades of Deep Teal #065440

Tints of Deep Teal #065440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.55%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 3.9%
G = 54.55%
B = 41.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#065440 (or 0x065440) is known color: Deep Teal. HEX triplet: 06, 54 and 40. RGB value is (6,84,64). Sum of RGB (Red+Green+Blue) = 6+84+64=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #065440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065440 is #F9ABBF. Grayscale: #3A3A3A. Windows color (decimal): -16362432 or 4215814. OLE color: 4215814.

HSL color Cylindrical-coordinate representation of color #065440: hue angle of 164.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065440 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 64 -
CMYK 0.93 0 0.24 0.67
HSL 164.62º 0.87% 0.18% -
HSV(B) 164.62º 0.93% 0.33% -
XYZ 4.17 6.75 5.93 -
YUV 58.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 6 84 64 0.93 0 0.24 0.67 164.62 0.87 0.18
Hex 6 54 40 5D 0 18 43 A5 57 12
Octal 6 124 100 135 0 30 103 245 127 22
Binary 110 1010100 1000000 1011101 0 11000 1000011 10100101 1010111 10010

Color Harmonies of #065440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065440

Black with #065440

Text Example


Text Example

White with #065440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065440; }

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

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

background-color css

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

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

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

border-color css

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

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

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