#6F3A5D

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

Shades of Finn #6F3A5D

Tints of Finn #6F3A5D

Color information

#6F3A5D (or 0x6F3A5D) is unknown color: approx Finn. HEX triplet: 6F, 3A and 5D. RGB value is (111,58,93). Sum of RGB (Red+Green+Blue) = 111+58+93=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A5D is #90C5A2. Grayscale: #4D4D4D. Windows color (decimal): -9487779 or 6109807. OLE color: 6109807.

HSL color Cylindrical-coordinate representation of color #6F3A5D: hue angle of 320.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A5D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1115893-
CMYK00.480.160.56
HSL320.38º31.36%33.14%-
HSV(B)320.38º47.75%43.53%-
XYZ10.047.211.22-
YUV77.84136.56151.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=42.37%
G=22.14%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111589300.480.160.56320.3831.3633.14
Hex6F3A5D03010381401f21
Octal1577213506020705003741
Binary1101111111010101110101100001000011100010100000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,93); }

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

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

 a { background-color: rgb(111,58,93); }

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

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

 span { border-color: rgb(111,58,93); }

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