#6F5264

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

Shades of Cosmic #6F5264

Tints of Cosmic #6F5264

Color information

#6F5264 (or 0x6F5264) is unknown color: approx Cosmic. HEX triplet: 6F, 52 and 64. RGB value is (111,82,100). Sum of RGB (Red+Green+Blue) = 111+82+100=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5264 is #90AD9B. Grayscale: #5C5C5C. Windows color (decimal): -9481628 or 6574703. OLE color: 6574703.

HSL color Cylindrical-coordinate representation of color #6F5264: hue angle of 322.76º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5264 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11182100-
CMYK00.260.100.56
HSL322.76º15.03%37.84%-
HSV(B)322.76º26.13%43.53%-
XYZ11.8710.3313.43-
YUV92.72132.11141.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=37.88%
G=27.99%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118210000.260.100.56322.7615.0337.84
Hex6F526401AA38143f26
Octal15712214403212705031746
Binary11011111010010110010001101010101110001010000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,100); }

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

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

 a { background-color: rgb(111,82,100); }

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

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

 span { border-color: rgb(111,82,100); }

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