#6C5463

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

Shades of Cosmic #6C5463

Tints of Cosmic #6C5463

Color information

#6C5463 (or 0x6C5463) is unknown color: approx Cosmic. HEX triplet: 6C, 54 and 63. RGB value is (108,84,99). Sum of RGB (Red+Green+Blue) = 108+84+99=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5463 is #93AB9C. Grayscale: #5C5C5C. Windows color (decimal): -9677725 or 6509676. OLE color: 6509676.

HSL color Cylindrical-coordinate representation of color #6C5463: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5463 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1088499-
CMYK00.220.080.58
HSL322.5º12.5%37.65%-
HSV(B)322.5º22.22%42.35%-
XYZ11.6110.4313.21-
YUV92.89131.45138.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=37.11%
G=28.87%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108849900.220.080.58322.512.537.65
Hex6C546301683A142c26
Octal15412414302610725021446
Binary11011001010100110001101011010001110101010000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,99); }

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

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

 a { background-color: rgb(108,84,99); }

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

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

 span { border-color: rgb(108,84,99); }

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