#6F4858

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

Shades of Finn #6F4858

Tints of Finn #6F4858

Color information

#6F4858 (or 0x6F4858) is unknown color: approx Finn. HEX triplet: 6F, 48 and 58. RGB value is (111,72,88). Sum of RGB (Red+Green+Blue) = 111+72+88=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4858 is #90B7A7. Grayscale: #555555. Windows color (decimal): -9484200 or 5785711. OLE color: 5785711.

HSL color Cylindrical-coordinate representation of color #6F4858: hue angle of 335.38º 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 #6F4858 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1117288-
CMYK00.350.210.56
HSL335.38º21.31%35.88%-
HSV(B)335.38º35.14%43.53%-
XYZ10.638.7210.35-
YUV85.48129.42146.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=40.96%
G=26.57%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111728800.350.210.56335.3821.3135.88
Hex6F4858023153814f1524
Octal15711013004325705172544
Binary11011111001000101100001000111010111100010100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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