#6D5462

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

Shades of Cosmic #6D5462

Tints of Cosmic #6D5462

Color information

#6D5462 (or 0x6D5462) is unknown color: approx Cosmic. HEX triplet: 6D, 54 and 62. RGB value is (109,84,98). Sum of RGB (Red+Green+Blue) = 109+84+98=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5462 is #92AB9D. Grayscale: #5D5D5D. Windows color (decimal): -9612190 or 6444141. OLE color: 6444141.

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

Color convert

RGB1098498-
CMYK00.230.100.57
HSL326.4º12.95%37.84%-
HSV(B)326.4º22.94%42.75%-
XYZ11.6810.4712.96-
YUV93.07130.78139.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=37.46%
G=28.87%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109849800.230.100.57326.412.9537.84
Hex6D5462017A39146d26
Octal15512414202712715061546
Binary11011011010100110001001011110101110011010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,98); }

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

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

 a { background-color: rgb(109,84,98); }

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

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

 span { border-color: rgb(109,84,98); }

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