#6F5164

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

Shades of Cosmic #6F5164

Tints of Cosmic #6F5164

Color information

#6F5164 (or 0x6F5164) is unknown color: approx Cosmic. HEX triplet: 6F, 51 and 64. RGB value is (111,81,100). Sum of RGB (Red+Green+Blue) = 111+81+100=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5164 is #90AE9B. Grayscale: #5C5C5C. Windows color (decimal): -9481884 or 6574447. OLE color: 6574447.

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

Color convert

RGB11181100-
CMYK00.270.100.56
HSL322º15.62%37.65%-
HSV(B)322º27.03%43.53%-
XYZ11.810.1813.4-
YUV92.14132.44141.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=38.01%
G=27.74%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118110000.270.100.5632215.6237.65
Hex6F516401BA381421026
Octal15712114403312705022046
Binary110111110100011100100011011101011100010100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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