#068290

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

Shades of Dark Cyan #068290

Tints of Dark Cyan #068290

Color information

#068290 (or 0x068290) is unknown color: approx Dark Cyan. HEX triplet: 06, 82 and 90. RGB value is (6,130,144). Sum of RGB (Red+Green+Blue) = 6+130+144=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #068290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068290 is #F97D6F. Grayscale: #5E5E5E. Windows color (decimal): -16350576 or 9470470. OLE color: 9470470.

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

Color convert

RGB6130144-
CMYK0.960.1000.44
HSL186.09º92%29.41%-
HSV(B)186.09º95.83%56.47%-
XYZ13.0918.0229.17-
YUV94.52155.9264.86-

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.43%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=2.14%
G=46.43%
B=51.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61301440.960.1000.44186.099229.41
Hex6829060A02Cba5c1d
Octal62022201401205427213435
Binary110100000101001000011000001010010110010111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068290; }

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

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

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

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

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

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

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

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