#68565F

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

Shades of Cosmic #68565F

Tints of Cosmic #68565F

Color information

#68565F (or 0x68565F) is unknown color: approx Cosmic. HEX triplet: 68, 56 and 5F. RGB value is (104,86,95). Sum of RGB (Red+Green+Blue) = 104+86+95=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565F is #97A9A0. Grayscale: #5C5C5C. Windows color (decimal): -9939361 or 6248040. OLE color: 6248040.

HSL color Cylindrical-coordinate representation of color #68565F: hue angle of 330º 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 #68565F is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1048695-
CMYK00.170.090.59
HSL330º9.47%37.25%-
HSV(B)330º17.31%40.78%-
XYZ11.110.4212.25-
YUV92.41129.46136.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=36.49%
G=30.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104869500.170.090.593309.4737.25
Hex68565F01193B14a925
Octal15012613702111735121145
Binary11010001010110101111101000110011110111010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68565F; }

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

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

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

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

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

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

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

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