#6D5360

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

Shades of Cosmic #6D5360

Tints of Cosmic #6D5360

Color information

#6D5360 (or 0x6D5360) is unknown color: approx Cosmic. HEX triplet: 6D, 53 and 60. RGB value is (109,83,96). Sum of RGB (Red+Green+Blue) = 109+83+96=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5360 is #92AC9F. Grayscale: #5C5C5C. Windows color (decimal): -9612448 or 6312813. OLE color: 6312813.

HSL color Cylindrical-coordinate representation of color #6D5360: hue angle of 330º 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 #6D5360 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB1098396-
CMYK00.240.120.57
HSL330º13.54%37.65%-
HSV(B)330º23.85%42.75%-
XYZ11.5110.2812.44-
YUV92.26130.11139.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=37.85%
G=28.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109839600.240.120.5733013.5437.65
Hex6D5360018C3914ae26
Octal15512314003014715121646
Binary11011011010011110000001100011001110011010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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