#6B4F5E

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

Shades of Cosmic #6B4F5E

Tints of Cosmic #6B4F5E

Color information

#6B4F5E (or 0x6B4F5E) is unknown color: approx Cosmic. HEX triplet: 6B, 4F and 5E. RGB value is (107,79,94). Sum of RGB (Red+Green+Blue) = 107+79+94=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F5E is #94B0A1. Grayscale: #595959. Windows color (decimal): -9744546 or 6180715. OLE color: 6180715.

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

Color convert

RGB1077994-
CMYK00.260.120.58
HSL327.86º15.05%36.47%-
HSV(B)327.86º26.17%41.96%-
XYZ10.889.5311.85-
YUV89.08130.78140.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=38.21%
G=28.21%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107799400.260.120.58327.8615.0536.47
Hex6B4F5E01AC3A148f24
Octal15311713603214725101744
Binary11010111001111101111001101011001110101010010001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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