Html Css Color HEX #069291 Dark Cyan

📋 copy color: '#069291'

red 6 ◦ green 146 ◦ blue 145

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

Shades of Dark Cyan #069291

Tints of Dark Cyan #069291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 2.02%
G = 49.16%
B = 48.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#069291 (or 0x069291) is known color: Dark Cyan. HEX triplet: 06, 92 and 91. RGB value is (6,146,145). Sum of RGB (Red+Green+Blue) = 6+146+145=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #069291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069291 is #F96D6E. Grayscale: #676767. Windows color (decimal): -16346479 or 9540102. OLE color: 9540102.

HSL color Cylindrical-coordinate representation of color #069291: hue angle of 179.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069291 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 146 145 -
CMYK 0.96 0 0.01 0.43
HSL 179.57º 0.92% 0.3% -
HSV(B) 179.57º 0.96% 0.57% -
XYZ 15.46 22.64 30.34 -
YUV 104.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 6 146 145 0.96 0 0.01 0.43 179.57 0.92 0.3
Hex 6 92 91 60 0 1 2B B4 5C 1E
Octal 6 222 221 140 0 1 53 264 134 36
Binary 110 10010010 10010001 1100000 0 1 101011 10110100 1011100 11110

Color Harmonies of #069291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069291

Black with #069291

Text Example


Text Example

White with #069291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069291; }

 p { color: rgb(6,146,145); }

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

background-color css

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

 a { background-color: rgb(6,146,145); }

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

border-color css

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

 span { border-color: rgb(6,146,145); }

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