#6F4F60

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

Shades of Cosmic #6F4F60

Tints of Cosmic #6F4F60

Color information

#6F4F60 (or 0x6F4F60) is unknown color: approx Cosmic. HEX triplet: 6F, 4F and 60. RGB value is (111,79,96). Sum of RGB (Red+Green+Blue) = 111+79+96=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F60 is #90B09F. Grayscale: #5A5A5A. Windows color (decimal): -9482400 or 6311791. OLE color: 6311791.

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

Color convert

RGB1117996-
CMYK00.290.140.56
HSL328.12º16.84%37.25%-
HSV(B)328.12º28.83%43.53%-
XYZ11.469.8212.36-
YUV90.51131.1142.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=38.81%
G=27.62%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111799600.290.140.56328.1216.8437.25
Hex6F4F6001DE381481125
Octal15711714003516705102145
Binary110111110011111100000011101111011100010100100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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