Html Css Color HEX #069089 Dark Cyan

📋 copy color: '#069089'

red 6 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #069089

Tints of Dark Cyan #069089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 2.09%
G = 50.17%
B = 47.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#069089 (or 0x069089) is known color: Dark Cyan. HEX triplet: 06, 90 and 89. RGB value is (6,144,137). Sum of RGB (Red+Green+Blue) = 6+144+137=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #069089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069089 is #F96F76. Grayscale: #656565. Windows color (decimal): -16346999 or 9015302. OLE color: 9015302.

HSL color Cylindrical-coordinate representation of color #069089: hue angle of 176.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069089 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 137 -
CMYK 0.96 0 0.05 0.44
HSL 176.96º 0.92% 0.29% -
HSV(B) 176.96º 0.96% 0.56% -
XYZ 14.56 21.79 27.11 -
YUV 101.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 6 144 137 0.96 0 0.05 0.44 176.96 0.92 0.29
Hex 6 90 89 60 0 5 2C B1 5C 1D
Octal 6 220 211 140 0 5 54 261 134 35
Binary 110 10010000 10001001 1100000 0 101 101100 10110001 1011100 11101

Color Harmonies of #069089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069089

Black with #069089

Text Example


Text Example

White with #069089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069089; }

 p { color: rgb(6,144,137); }

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

background-color css

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

 a { background-color: rgb(6,144,137); }

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

border-color css

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

 span { border-color: rgb(6,144,137); }

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