#6F485E

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

Shades of Cosmic #6F485E

Tints of Cosmic #6F485E

Color information

#6F485E (or 0x6F485E) is unknown color: approx Cosmic. HEX triplet: 6F, 48 and 5E. RGB value is (111,72,94). Sum of RGB (Red+Green+Blue) = 111+72+94=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F485E is #90B7A1. Grayscale: #565656. Windows color (decimal): -9484194 or 6178927. OLE color: 6178927.

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

Color convert

RGB1117294-
CMYK00.350.150.56
HSL326.15º21.31%35.88%-
HSV(B)326.15º35.14%43.53%-
XYZ10.898.8211.72-
YUV86.17132.42145.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=40.07%
G=25.99%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111729400.350.150.56326.1521.3135.88
Hex6F485E023F381461524
Octal15711013604317705062544
Binary1101111100100010111100100011111111100010100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,94); }

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

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

 a { background-color: rgb(111,72,94); }

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

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

 span { border-color: rgb(111,72,94); }

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