#6F4760

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

Shades of Cosmic #6F4760

Tints of Cosmic #6F4760

Color information

#6F4760 (or 0x6F4760) is unknown color: approx Cosmic. HEX triplet: 6F, 47 and 60. RGB value is (111,71,96). Sum of RGB (Red+Green+Blue) = 111+71+96=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4760 is #90B89F. Grayscale: #555555. Windows color (decimal): -9484448 or 6309743. OLE color: 6309743.

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

Color convert

RGB1117196-
CMYK00.360.140.56
HSL322.5º21.98%35.69%-
HSV(B)322.5º36.04%43.53%-
XYZ10.928.7312.18-
YUV85.81133.75145.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=39.93%
G=25.54%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111719600.360.140.56322.521.9835.69
Hex6F4760024E381421624
Octal15710714004416705022644
Binary1101111100011111000000100100111011100010100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,96); }

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

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

 a { background-color: rgb(111,71,96); }

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

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

 span { border-color: rgb(111,71,96); }

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