Html Css Color HEX #069885 Dark Cyan

📋 copy color: '#069885'

red 6 ◦ green 152 ◦ blue 133

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

Shades of Dark Cyan #069885

Tints of Dark Cyan #069885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 2.06%
G = 52.23%
B = 45.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#069885 (or 0x069885) is known color: Dark Cyan. HEX triplet: 06, 98 and 85. RGB value is (6,152,133). Sum of RGB (Red+Green+Blue) = 6+152+133=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #069885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069885 is #F9677A. Grayscale: #6A6A6A. Windows color (decimal): -16344955 or 8755206. OLE color: 8755206.

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

Color convert

RGB 6 152 133 -
CMYK 0.96 0 0.13 0.40
HSL 172.19º 0.92% 0.31% -
HSV(B) 172.19º 0.96% 0.6% -
XYZ 15.54 24.19 26.04 -
YUV 106.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 6 152 133 0.96 0 0.13 0.40 172.19 0.92 0.31
Hex 6 98 85 60 0 D 28 AC 5C 1F
Octal 6 230 205 140 0 15 50 254 134 37
Binary 110 10011000 10000101 1100000 0 1101 101000 10101100 1011100 11111

Color Harmonies of #069885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069885

Black with #069885

Text Example


Text Example

White with #069885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069885; }

 p { color: rgb(6,152,133); }

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

background-color css

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

 a { background-color: rgb(6,152,133); }

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

border-color css

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

 span { border-color: rgb(6,152,133); }

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