Html Css Color HEX #069198 Dark Cyan

📋 copy color: '#069198'

red 6 ◦ green 145 ◦ blue 152

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

Shades of Dark Cyan #069198

Tints of Dark Cyan #069198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

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

R = 1.98%
G = 47.85%
B = 50.17%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#069198 (or 0x069198) is known color: Dark Cyan. HEX triplet: 06, 91 and 98. RGB value is (6,145,152). Sum of RGB (Red+Green+Blue) = 6+145+152=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #069198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069198 is #F96E67. Grayscale: #686868. Windows color (decimal): -16346728 or 9998598. OLE color: 9998598.

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

Color convert

RGB 6 145 152 -
CMYK 0.96 0.05 0 0.40
HSL 182.88º 0.92% 0.31% -
HSV(B) 182.88º 0.96% 0.6% -
XYZ 15.87 22.56 33.22 -
YUV 104.24 154.95 57.93 -
System Red Green Blue C M Y K H S L
Decimal 6 145 152 0.96 0.05 0 0.40 182.88 0.92 0.31
Hex 6 91 98 60 5 0 28 B7 5C 1F
Octal 6 221 230 140 5 0 50 267 134 37
Binary 110 10010001 10011000 1100000 101 0 101000 10110111 1011100 11111

Color Harmonies of #069198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069198

Black with #069198

Text Example


Text Example

White with #069198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069198; }

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

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

background-color css

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

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

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

border-color css

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

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

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