#6B515E

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

Shades of Cosmic #6B515E

Tints of Cosmic #6B515E

Color information

#6B515E (or 0x6B515E) is unknown color: approx Cosmic. HEX triplet: 6B, 51 and 5E. RGB value is (107,81,94). Sum of RGB (Red+Green+Blue) = 107+81+94=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B515E is #94AEA1. Grayscale: #5A5A5A. Windows color (decimal): -9744034 or 6181227. OLE color: 6181227.

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

Color convert

RGB1078194-
CMYK00.240.120.58
HSL330º13.83%36.86%-
HSV(B)330º24.3%41.96%-
XYZ11.039.8211.9-
YUV90.26130.11139.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=37.94%
G=28.72%
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.58
SystemRedGreenBlueCMYKHSL
Decimal107819400.240.120.5833013.8336.86
Hex6B515E018C3A14ae25
Octal15312113603014725121645
Binary11010111010001101111001100011001110101010010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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