#6F4C5C

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

Shades of Cosmic #6F4C5C

Tints of Cosmic #6F4C5C

Color information

#6F4C5C (or 0x6F4C5C) is unknown color: approx Cosmic. HEX triplet: 6F, 4C and 5C. RGB value is (111,76,92). Sum of RGB (Red+Green+Blue) = 111+76+92=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C5C is #90B3A3. Grayscale: #585858. Windows color (decimal): -9483172 or 6048879. OLE color: 6048879.

HSL color Cylindrical-coordinate representation of color #6F4C5C: hue angle of 332.57º 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 #6F4C5C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1117692-
CMYK00.320.170.56
HSL332.57º18.72%36.67%-
HSV(B)332.57º31.53%43.53%-
XYZ11.079.3211.34-
YUV88.29130.1144.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=39.78%
G=27.24%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111769200.320.170.56332.5718.7236.67
Hex6F4C5C020113814d1325
Octal15711413404021705152345
Binary11011111001100101110001000001000111100010100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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