#6C4B5E

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

Shades of Cosmic #6C4B5E

Tints of Cosmic #6C4B5E

Color information

#6C4B5E (or 0x6C4B5E) is unknown color: approx Cosmic. HEX triplet: 6C, 4B and 5E. RGB value is (108,75,94). Sum of RGB (Red+Green+Blue) = 108+75+94=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4B5E is #93B4A1. Grayscale: #565656. Windows color (decimal): -9680034 or 6179692. OLE color: 6179692.

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

Color convert

RGB1087594-
CMYK00.310.130.58
HSL325.45º18.03%35.88%-
HSV(B)325.45º30.56%42.35%-
XYZ10.729.0311.77-
YUV87.03131.93142.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=38.99%
G=27.08%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108759400.310.130.58325.4518.0335.88
Hex6C4B5E01FD3A1451224
Octal15411313603715725052244
Binary110110010010111011110011111110111101010100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,94); }

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

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

 a { background-color: rgb(108,75,94); }

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

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

 span { border-color: rgb(108,75,94); }

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