#6F5B66

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

Shades of Cosmic #6F5B66

Tints of Cosmic #6F5B66

Color information

#6F5B66 (or 0x6F5B66) is unknown color: approx Cosmic. HEX triplet: 6F, 5B and 66. RGB value is (111,91,102). Sum of RGB (Red+Green+Blue) = 111+91+102=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B66 is #90A499. Grayscale: #626262. Windows color (decimal): -9479322 or 6708079. OLE color: 6708079.

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

Color convert

RGB11191102-
CMYK00.180.080.56
HSL327º9.9%39.61%-
HSV(B)327º18.02%43.53%-
XYZ12.6911.8214.18-
YUV98.23130.13137.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=36.51%
G=29.93%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119110200.180.080.563279.939.61
Hex6F5B66012838147a28
Octal15713314602210705071250
Binary11011111011011110011001001010001110001010001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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