#6F4360

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

Shades of Cosmic #6F4360

Tints of Cosmic #6F4360

Color information

#6F4360 (or 0x6F4360) is unknown color: approx Cosmic. HEX triplet: 6F, 43 and 60. RGB value is (111,67,96). Sum of RGB (Red+Green+Blue) = 111+67+96=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4360 is #90BC9F. Grayscale: #535353. Windows color (decimal): -9485472 or 6308719. OLE color: 6308719.

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

Color convert

RGB1116796-
CMYK00.400.140.56
HSL320.45º24.72%34.9%-
HSV(B)320.45º39.64%43.53%-
XYZ10.678.2412.09-
YUV83.46135.08147.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=40.51%
G=24.45%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111679600.400.140.56320.4524.7234.9
Hex6F4360028E381401923
Octal15710314005016705003143
Binary1101111100001111000000101000111011100010100000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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