Html Css Color HEX #069689 Dark Cyan

📋 copy color: '#069689'

red 6 ◦ green 150 ◦ blue 137

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

Shades of Dark Cyan #069689

Tints of Dark Cyan #069689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

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

R = 2.05%
G = 51.19%
B = 46.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#069689 (or 0x069689) is known color: Dark Cyan. HEX triplet: 06, 96 and 89. RGB value is (6,150,137). Sum of RGB (Red+Green+Blue) = 6+150+137=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #069689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069689 is #F96976. Grayscale: #696969. Windows color (decimal): -16345463 or 9016838. OLE color: 9016838.

HSL color Cylindrical-coordinate representation of color #069689: hue angle of 174.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069689 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 150 137 -
CMYK 0.96 0 0.09 0.41
HSL 174.58º 0.92% 0.31% -
HSV(B) 174.58º 0.96% 0.59% -
XYZ 15.5 23.66 27.42 -
YUV 105.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 6 150 137 0.96 0 0.09 0.41 174.58 0.92 0.31
Hex 6 96 89 60 0 9 29 AF 5C 1F
Octal 6 226 211 140 0 11 51 257 134 37
Binary 110 10010110 10001001 1100000 0 1001 101001 10101111 1011100 11111

Color Harmonies of #069689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069689

Black with #069689

Text Example


Text Example

White with #069689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069689; }

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

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

background-color css

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

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

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

border-color css

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

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

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