#068D93

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

Shades of Dark Cyan #068D93

Tints of Dark Cyan #068D93

Color information

#068D93 (or 0x068D93) is unknown color: approx Dark Cyan. HEX triplet: 06, 8D and 93. RGB value is (6,141,147). Sum of RGB (Red+Green+Blue) = 6+141+147=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #068D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068D93 is #F9726C. Grayscale: #656565. Windows color (decimal): -16347757 or 9669894. OLE color: 9669894.

HSL color Cylindrical-coordinate representation of color #068D93: hue angle of 182.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D93 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6141147-
CMYK0.960.0400.42
HSL182.55º92.16%30%-
HSV(B)182.55º95.92%57.65%-
XYZ14.8721.230.91-
YUV101.32153.7760.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 147 (57.81% from 255) = 50%
R=2.04%
G=47.96%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61411470.960.0400.42182.5592.1630
Hex68D9360402Ab75c1e
Octal6215223140405226713436
Binary11010001101100100111100000100010101010110111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D93; }

 p { color: rgb(6,141,147); }

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

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

 a { background-color: rgb(6,141,147); }

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

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

 span { border-color: rgb(6,141,147); }

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