#068990

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

Shades of Dark Cyan #068990

Tints of Dark Cyan #068990

Color information

#068990 (or 0x068990) is unknown color: approx Dark Cyan. HEX triplet: 06, 89 and 90. RGB value is (6,137,144). Sum of RGB (Red+Green+Blue) = 6+137+144=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #068990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068990 is #F9766F. Grayscale: #626262. Windows color (decimal): -16348784 or 9472262. OLE color: 9472262.

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

Color convert

RGB6137144-
CMYK0.960.0500.44
HSL183.04º92%29.41%-
HSV(B)183.04º95.83%56.47%-
XYZ14.0519.9429.49-
YUV98.63153.661.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=2.09%
G=47.74%
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.44
SystemRedGreenBlueCMYKHSL
Decimal61371440.960.0500.44183.049229.41
Hex6899060502Cb75c1d
Octal6211220140505426713435
Binary11010001001100100001100000101010110010110111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068990; }

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

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

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

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

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

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

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

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