#069198

Color #069198 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #069198

Tints of Dark Cyan #069198

Color information

#069198 (or 0x069198) is unknown color: approx 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

RGB6145152-
CMYK0.960.0500.40
HSL182.88º92.41%30.98%-
HSV(B)182.88º96.05%59.61%-
XYZ15.8722.5633.22-
YUV104.24154.9557.93-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61451520.960.0500.40182.8892.4130.98
Hex69198605028b75c1f
Octal6221230140505026713437
Binary11010010001100110001100000101010100010110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>