Html Css Color HEX #069497 Dark Cyan

📋 copy color: '#069497'

red 6 ◦ green 148 ◦ blue 151

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

Shades of Dark Cyan #069497

Tints of Dark Cyan #069497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 1.97%
G = 48.52%
B = 49.51%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#069497 (or 0x069497) is known color: Dark Cyan. HEX triplet: 06, 94 and 97. RGB value is (6,148,151). Sum of RGB (Red+Green+Blue) = 6+148+151=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #069497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069497 is #F96B68. Grayscale: #696969. Windows color (decimal): -16345961 or 9933830. OLE color: 9933830.

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

Color convert

RGB 6 148 151 -
CMYK 0.96 0.02 0 0.41
HSL 181.24º 0.92% 0.31% -
HSV(B) 181.24º 0.96% 0.59% -
XYZ 16.25 23.45 32.95 -
YUV 105.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 6 148 151 0.96 0.02 0 0.41 181.24 0.92 0.31
Hex 6 94 97 60 2 0 29 B5 5C 1F
Octal 6 224 227 140 2 0 51 265 134 37
Binary 110 10010100 10010111 1100000 10 0 101001 10110101 1011100 11111

Color Harmonies of #069497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069497

Black with #069497

Text Example


Text Example

White with #069497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069497; }

 p { color: rgb(6,148,151); }

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

background-color css

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

 a { background-color: rgb(6,148,151); }

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

border-color css

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

 span { border-color: rgb(6,148,151); }

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