Html Css Color HEX #069698 Dark Cyan

📋 copy color: '#069698'

red 6 ◦ green 150 ◦ blue 152

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

Shades of Dark Cyan #069698

Tints of Dark Cyan #069698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 1.95%
G = 48.7%
B = 49.35%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#069698 (or 0x069698) is known color: Dark Cyan. HEX triplet: 06, 96 and 98. RGB value is (6,150,152). Sum of RGB (Red+Green+Blue) = 6+150+152=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #069698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069698 is #F96967. Grayscale: #6B6B6B. Windows color (decimal): -16345448 or 9999878. OLE color: 9999878.

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

Color convert

RGB 6 150 152 -
CMYK 0.96 0.01 0 0.40
HSL 180.82º 0.92% 0.31% -
HSV(B) 180.82º 0.96% 0.6% -
XYZ 16.65 24.12 33.48 -
YUV 107.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 6 150 152 0.96 0.01 0 0.40 180.82 0.92 0.31
Hex 6 96 98 60 1 0 28 B5 5C 1F
Octal 6 226 230 140 1 0 50 265 134 37
Binary 110 10010110 10011000 1100000 1 0 101000 10110101 1011100 11111

Color Harmonies of #069698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069698

Black with #069698

Text Example


Text Example

White with #069698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069698; }

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

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

background-color css

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

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

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

border-color css

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

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

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