#6C5964

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

Shades of Cosmic #6C5964

Tints of Cosmic #6C5964

Color information

#6C5964 (or 0x6C5964) is unknown color: approx Cosmic. HEX triplet: 6C, 59 and 64. RGB value is (108,89,100). Sum of RGB (Red+Green+Blue) = 108+89+100=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5964 is #93A69B. Grayscale: #5F5F5F. Windows color (decimal): -9676444 or 6576492. OLE color: 6576492.

HSL color Cylindrical-coordinate representation of color #6C5964: hue angle of 325.26º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C5964 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10889100-
CMYK00.180.070.58
HSL325.26º9.64%38.63%-
HSV(B)325.26º17.59%42.35%-
XYZ12.0611.2513.59-
YUV95.94130.29136.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=36.36%
G=29.97%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1088910000.180.070.58325.269.6438.63
Hex6C596401273A145a27
Octal1541311440227725051247
Binary1101100101100111001000100101111110101010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C5964; }

 p { color: rgb(108,89,100); }

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

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

 a { background-color: rgb(108,89,100); }

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

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

 span { border-color: rgb(108,89,100); }

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