#6B545D

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

Shades of Cosmic #6B545D

Tints of Cosmic #6B545D

Color information

#6B545D (or 0x6B545D) is unknown color: approx Cosmic. HEX triplet: 6B, 54 and 5D. RGB value is (107,84,93). Sum of RGB (Red+Green+Blue) = 107+84+93=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B545D is #94ABA2. Grayscale: #5B5B5B. Windows color (decimal): -9743267 or 6116459. OLE color: 6116459.

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

Color convert

RGB1078493-
CMYK00.210.130.58
HSL336.52º12.04%37.45%-
HSV(B)336.52º21.5%41.96%-
XYZ11.2110.2611.74-
YUV91.9128.62138.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=37.68%
G=29.58%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107849300.210.130.58336.5212.0437.45
Hex6B545D015D3A151c25
Octal15312413502515725211445
Binary11010111010100101110101010111011110101010100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,93); }

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

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

 a { background-color: rgb(107,84,93); }

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

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

 span { border-color: rgb(107,84,93); }

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