#6D5363

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

Shades of Cosmic #6D5363

Tints of Cosmic #6D5363

Color information

#6D5363 (or 0x6D5363) is unknown color: approx Cosmic. HEX triplet: 6D, 53 and 63. RGB value is (109,83,99). Sum of RGB (Red+Green+Blue) = 109+83+99=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5363 is #92AC9C. Grayscale: #5C5C5C. Windows color (decimal): -9612445 or 6509421. OLE color: 6509421.

HSL color Cylindrical-coordinate representation of color #6D5363: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5363 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB1098399-
CMYK00.240.090.57
HSL323.08º13.54%37.65%-
HSV(B)323.08º23.85%42.75%-
XYZ11.6510.3413.19-
YUV92.6131.61139.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=37.46%
G=28.52%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109839900.240.090.57323.0813.5437.65
Hex6D5363018939143e26
Octal15512314303011715031646
Binary11011011010011110001101100010011110011010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,99); }

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

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

 a { background-color: rgb(109,83,99); }

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

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

 span { border-color: rgb(109,83,99); }

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