#6F5764

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

Shades of Cosmic #6F5764

Tints of Cosmic #6F5764

Color information

#6F5764 (or 0x6F5764) is unknown color: approx Cosmic. HEX triplet: 6F, 57 and 64. RGB value is (111,87,100). Sum of RGB (Red+Green+Blue) = 111+87+100=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5764 is #90A89B. Grayscale: #5F5F5F. Windows color (decimal): -9480348 or 6575983. OLE color: 6575983.

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

Color convert

RGB11187100-
CMYK00.220.100.56
HSL327.5º12.12%38.82%-
HSV(B)327.5º21.62%43.53%-
XYZ12.2611.1213.56-
YUV95.66130.45138.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=37.25%
G=29.19%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118710000.220.100.56327.512.1238.82
Hex6F5764016A38148c27
Octal15712714402612705101447
Binary11011111010111110010001011010101110001010010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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