#685660

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

Shades of Cosmic #685660

Tints of Cosmic #685660

Color information

#685660 (or 0x685660) is unknown color: approx Cosmic. HEX triplet: 68, 56 and 60. RGB value is (104,86,96). Sum of RGB (Red+Green+Blue) = 104+86+96=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685660 is #97A99F. Grayscale: #5C5C5C. Windows color (decimal): -9939360 or 6313576. OLE color: 6313576.

HSL color Cylindrical-coordinate representation of color #685660: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685660 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1048696-
CMYK00.170.080.59
HSL326.67º9.47%37.25%-
HSV(B)326.67º17.31%40.78%-
XYZ11.1510.4412.49-
YUV92.52129.96136.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=36.36%
G=30.07%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104869600.170.080.59326.679.4737.25
Hex68566001183B147925
Octal15012614002110735071145
Binary11010001010110110000001000110001110111010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685660; }

 p { color: rgb(104,86,96); }

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

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

 a { background-color: rgb(104,86,96); }

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

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

 span { border-color: rgb(104,86,96); }

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