#6F4D5C

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

Shades of Cosmic #6F4D5C

Tints of Cosmic #6F4D5C

Color information

#6F4D5C (or 0x6F4D5C) is unknown color: approx Cosmic. HEX triplet: 6F, 4D and 5C. RGB value is (111,77,92). Sum of RGB (Red+Green+Blue) = 111+77+92=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5C is #90B2A3. Grayscale: #585858. Windows color (decimal): -9482916 or 6049135. OLE color: 6049135.

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

Color convert

RGB1117792-
CMYK00.310.170.56
HSL333.53º18.09%36.86%-
HSV(B)333.53º30.63%43.53%-
XYZ11.149.4611.36-
YUV88.88129.76143.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=39.64%
G=27.5%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111779200.310.170.56333.5318.0936.86
Hex6F4D5C01F113814e1225
Octal15711513403721705162245
Binary1101111100110110111000111111000111100010100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,92); }

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

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

 a { background-color: rgb(111,77,92); }

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

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

 span { border-color: rgb(111,77,92); }

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