#6B555E

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

Shades of Cosmic #6B555E

Tints of Cosmic #6B555E

Color information

#6B555E (or 0x6B555E) is unknown color: approx Cosmic. HEX triplet: 6B, 55 and 5E. RGB value is (107,85,94). Sum of RGB (Red+Green+Blue) = 107+85+94=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B555E is #94AAA1. Grayscale: #5C5C5C. Windows color (decimal): -9743010 or 6182251. OLE color: 6182251.

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

Color convert

RGB1078594-
CMYK00.210.120.58
HSL335.45º11.46%37.65%-
HSV(B)335.45º20.56%41.96%-
XYZ11.3310.4312.01-
YUV92.6128.79138.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=37.41%
G=29.72%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107859400.210.120.58335.4511.4637.65
Hex6B555E015C3A14fb26
Octal15312513602514725171346
Binary11010111010101101111001010111001110101010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,94); }

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

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

 a { background-color: rgb(107,85,94); }

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

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

 span { border-color: rgb(107,85,94); }

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