Html Css Color HEX #069599 Dark Cyan

📋 copy color: '#069599'

red 6 ◦ green 149 ◦ blue 153

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

Shades of Dark Cyan #069599

Tints of Dark Cyan #069599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 1.95%
G = 48.38%
B = 49.68%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#069599 (or 0x069599) is known color: Dark Cyan. HEX triplet: 06, 95 and 99. RGB value is (6,149,153). Sum of RGB (Red+Green+Blue) = 6+149+153=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #069599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069599 is #F96A66. Grayscale: #6A6A6A. Windows color (decimal): -16345703 or 10065158. OLE color: 10065158.

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

Color convert

RGB 6 149 153 -
CMYK 0.96 0.03 0 0.4
HSL 181.63º 0.92% 0.31% -
HSV(B) 181.63º 0.96% 0.6% -
XYZ 16.57 23.83 33.86 -
YUV 106.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 6 149 153 0.96 0.03 0 0.4 181.63 0.92 0.31
Hex 6 95 99 60 3 0 28 B6 5C 1F
Octal 6 225 231 140 3 0 50 266 134 37
Binary 110 10010101 10011001 1100000 11 0 101000 10110110 1011100 11111

Color Harmonies of #069599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069599

Black with #069599

Text Example


Text Example

White with #069599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069599; }

 p { color: rgb(6,149,153); }

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

background-color css

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

 a { background-color: rgb(6,149,153); }

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

border-color css

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

 span { border-color: rgb(6,149,153); }

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