#6F4B5F

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

Shades of Cosmic #6F4B5F

Tints of Cosmic #6F4B5F

Color information

#6F4B5F (or 0x6F4B5F) is unknown color: approx Cosmic. HEX triplet: 6F, 4B and 5F. RGB value is (111,75,95). Sum of RGB (Red+Green+Blue) = 111+75+95=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B5F is #90B4A0. Grayscale: #585858. Windows color (decimal): -9483425 or 6245231. OLE color: 6245231.

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

Color convert

RGB1117595-
CMYK00.320.140.56
HSL326.67º19.35%36.47%-
HSV(B)326.67º32.43%43.53%-
XYZ11.149.2412.02-
YUV88.04131.93144.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=39.50%
G=26.69%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111759500.320.140.56326.6719.3536.47
Hex6F4B5F020E381471324
Octal15711313704016705072344
Binary1101111100101110111110100000111011100010100011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,95); }

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

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

 a { background-color: rgb(111,75,95); }

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

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

 span { border-color: rgb(111,75,95); }

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