#6F4C5B

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

Shades of Cosmic #6F4C5B

Tints of Cosmic #6F4C5B

Color information

#6F4C5B (or 0x6F4C5B) is unknown color: approx Cosmic. HEX triplet: 6F, 4C and 5B. RGB value is (111,76,91). Sum of RGB (Red+Green+Blue) = 111+76+91=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C5B is #90B3A4. Grayscale: #585858. Windows color (decimal): -9483173 or 5983343. OLE color: 5983343.

HSL color Cylindrical-coordinate representation of color #6F4C5B: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C5B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1117691-
CMYK00.320.180.56
HSL334.29º18.72%36.67%-
HSV(B)334.29º31.53%43.53%-
XYZ11.039.311.11-
YUV88.17129.6144.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=39.93%
G=27.34%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111769100.320.180.56334.2918.7236.67
Hex6F4C5B020123814e1325
Octal15711413304022705162345
Binary11011111001100101101101000001001011100010100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,91); }

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

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

 a { background-color: rgb(111,76,91); }

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

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

 span { border-color: rgb(111,76,91); }

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