#068489

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

Shades of Dark Cyan #068489

Tints of Dark Cyan #068489

Color information

#068489 (or 0x068489) is unknown color: approx Dark Cyan. HEX triplet: 06, 84 and 89. RGB value is (6,132,137). Sum of RGB (Red+Green+Blue) = 6+132+137=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #068489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068489 is #F97B76. Grayscale: #5E5E5E. Windows color (decimal): -16350071 or 9012230. OLE color: 9012230.

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

Color convert

RGB6132137-
CMYK0.960.0400.46
HSL182.29º91.61%28.04%-
HSV(B)182.29º95.62%53.73%-
XYZ12.8418.3526.53-
YUV94.9151.7664.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=2.18%
G=48%
B=49.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61321370.960.0400.46182.2991.6128.04
Hex6848960402Eb65c1c
Octal6204211140405626613434
Binary11010000100100010011100000100010111010110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068489; }

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

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

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

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

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

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

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

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