#06878F

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

Shades of Dark Cyan #06878F

Tints of Dark Cyan #06878F

Color information

#06878F (or 0x06878F) is unknown color: approx Dark Cyan. HEX triplet: 06, 87 and 8F. RGB value is (6,135,143). Sum of RGB (Red+Green+Blue) = 6+135+143=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #06878F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06878F is #F97870. Grayscale: #616161. Windows color (decimal): -16349297 or 9406214. OLE color: 9406214.

HSL color Cylindrical-coordinate representation of color #06878F: hue angle of 183.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06878F is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6135143-
CMYK0.960.0600.44
HSL183.5º91.95%29.22%-
HSV(B)183.5º95.8%56.08%-
XYZ13.719.3529-
YUV97.34153.7662.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=2.11%
G=47.54%
B=50.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61351430.960.0600.44183.591.9529.22
Hex6878F60602Cb85c1d
Octal6207217140605427013435
Binary11010000111100011111100000110010110010111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06878F; }

 p { color: rgb(6,135,143); }

 H1.HeaderClassName
 {
   color: #06878F;
 }
 .AnyTagClassName
 {
   color: #06878F;
 }
</style>
background-color css

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

 a { background-color: rgb(6,135,143); }

 div.DivClassName
 {
   background-color: #06878F;
 }
 .BgClassName
 {
   background-color: #06878F;
 }
</style>
border-color css

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

 span { border-color: rgb(6,135,143); }

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