#06868A

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

Shades of Dark Cyan #06868A

Tints of Dark Cyan #06868A

Color information

#06868A (or 0x06868A) is unknown color: approx Dark Cyan. HEX triplet: 06, 86 and 8A. RGB value is (6,134,138). Sum of RGB (Red+Green+Blue) = 6+134+138=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #06868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06868A is #F97975. Grayscale: #606060. Windows color (decimal): -16349558 or 9078278. OLE color: 9078278.

HSL color Cylindrical-coordinate representation of color #06868A: hue angle of 181.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06868A is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6134138-
CMYK0.960.0300.46
HSL181.82º91.67%28.24%-
HSV(B)181.82º95.65%54.12%-
XYZ13.1918.9227-
YUV96.18151.5963.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=2.16%
G=48.20%
B=49.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61341380.960.0300.46181.8291.6728.24
Hex6868A60302Eb65c1c
Octal6206212140305626613434
Binary1101000011010001010110000011010111010110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06868A; }

 p { color: rgb(6,134,138); }

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

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

 a { background-color: rgb(6,134,138); }

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

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

 span { border-color: rgb(6,134,138); }

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