#068291

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

Shades of Dark Cyan #068291

Tints of Dark Cyan #068291

Color information

#068291 (or 0x068291) is unknown color: approx Dark Cyan. HEX triplet: 06, 82 and 91. RGB value is (6,130,145). Sum of RGB (Red+Green+Blue) = 6+130+145=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #068291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068291 is #F97D6E. Grayscale: #5E5E5E. Windows color (decimal): -16350575 or 9536006. OLE color: 9536006.

HSL color Cylindrical-coordinate representation of color #068291: hue angle of 186.47º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068291 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6130145-
CMYK0.960.1000.43
HSL186.47º92.05%29.61%-
HSV(B)186.47º95.86%56.86%-
XYZ13.1718.0529.58-
YUV94.63156.4264.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=2.14%
G=46.26%
B=51.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61301450.960.1000.43186.4792.0529.61
Hex6829160A02Bba5c1e
Octal62022211401205327213436
Binary110100000101001000111000001010010101110111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068291; }

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

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

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

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

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

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

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

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