Html Css Color HEX #069085 Dark Cyan

📋 copy color: '#069085'

red 6 ◦ green 144 ◦ blue 133

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

Shades of Dark Cyan #069085

Tints of Dark Cyan #069085

RGB

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

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

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

R = 2.12%
G = 50.88%
B = 47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#069085 (or 0x069085) is known color: Dark Cyan. HEX triplet: 06, 90 and 85. RGB value is (6,144,133). Sum of RGB (Red+Green+Blue) = 6+144+133=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #069085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069085 is #F96F7A. Grayscale: #656565. Windows color (decimal): -16347003 or 8753158. OLE color: 8753158.

HSL color Cylindrical-coordinate representation of color #069085: hue angle of 175.22º 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 #069085 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 133 -
CMYK 0.96 0 0.08 0.44
HSL 175.22º 0.92% 0.29% -
HSV(B) 175.22º 0.96% 0.56% -
XYZ 14.28 21.68 25.62 -
YUV 101.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 6 144 133 0.96 0 0.08 0.44 175.22 0.92 0.29
Hex 6 90 85 60 0 8 2C AF 5C 1D
Octal 6 220 205 140 0 10 54 257 134 35
Binary 110 10010000 10000101 1100000 0 1000 101100 10101111 1011100 11101

Color Harmonies of #069085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069085

Black with #069085

Text Example


Text Example

White with #069085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069085; }

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

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

background-color css

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

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

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

border-color css

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

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

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