#068693

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

Shades of Dark Cyan #068693

Tints of Dark Cyan #068693

Color information

#068693 (or 0x068693) is unknown color: approx Dark Cyan. HEX triplet: 06, 86 and 93. RGB value is (6,134,147). Sum of RGB (Red+Green+Blue) = 6+134+147=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #068693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068693 is #F9796C. Grayscale: #616161. Windows color (decimal): -16349549 or 9668102. OLE color: 9668102.

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

Color convert

RGB6134147-
CMYK0.960.0900.42
HSL185.53º92.16%30%-
HSV(B)185.53º95.92%57.65%-
XYZ13.8719.230.58-
YUV97.21156.0962.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=2.09%
G=46.69%
B=51.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61341470.960.0900.42185.5392.1630
Hex6869360902Aba5c1e
Octal62062231401105227213436
Binary110100001101001001111000001001010101010111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068693; }

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

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

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

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

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

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

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

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