#6F5966

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

Shades of Cosmic #6F5966

Tints of Cosmic #6F5966

Color information

#6F5966 (or 0x6F5966) is unknown color: approx Cosmic. HEX triplet: 6F, 59 and 66. RGB value is (111,89,102). Sum of RGB (Red+Green+Blue) = 111+89+102=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5966 is #90A699. Grayscale: #616161. Windows color (decimal): -9479834 or 6707567. OLE color: 6707567.

HSL color Cylindrical-coordinate representation of color #6F5966: hue angle of 324.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5966 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11189102-
CMYK00.200.080.56
HSL324.55º11%39.22%-
HSV(B)324.55º19.82%43.53%-
XYZ12.5311.4814.13-
YUV97.06130.79137.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=36.75%
G=29.47%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118910200.200.080.56324.551139.22
Hex6F5966014838145b27
Octal15713114602410705051347
Binary11011111011001110011001010010001110001010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,102); }

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

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

 a { background-color: rgb(111,89,102); }

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

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

 span { border-color: rgb(111,89,102); }

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