#6F3E5B

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

Shades of Finn #6F3E5B

Tints of Finn #6F3E5B

Color information

#6F3E5B (or 0x6F3E5B) is unknown color: approx Finn. HEX triplet: 6F, 3E and 5B. RGB value is (111,62,91). Sum of RGB (Red+Green+Blue) = 111+62+91=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E5B is #90C1A4. Grayscale: #4F4F4F. Windows color (decimal): -9486757 or 5979759. OLE color: 5979759.

HSL color Cylindrical-coordinate representation of color #6F3E5B: hue angle of 324.49º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E5B is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1116291-
CMYK00.440.180.56
HSL324.49º28.32%33.92%-
HSV(B)324.49º44.14%43.53%-
XYZ10.177.5810.82-
YUV79.96134.23150.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=42.05%
G=23.48%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111629100.440.180.56324.4928.3233.92
Hex6F3E5B02C12381441c22
Octal1577613305422705043442
Binary1101111111110101101101011001001011100010100010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,91); }

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

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

 a { background-color: rgb(111,62,91); }

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

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

 span { border-color: rgb(111,62,91); }

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