#6D3458

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

Shades of Finn #6D3458

Tints of Finn #6D3458

Color information

#6D3458 (or 0x6D3458) is unknown color: approx Finn. HEX triplet: 6D, 34 and 58. RGB value is (109,52,88). Sum of RGB (Red+Green+Blue) = 109+52+88=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3458 is #92CBA7. Grayscale: #494949. Windows color (decimal): -9620392 or 5780589. OLE color: 5780589.

HSL color Cylindrical-coordinate representation of color #6D3458: hue angle of 322.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3458 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB1095288-
CMYK00.520.190.57
HSL322.11º35.4%31.57%-
HSV(B)322.11º52.29%42.75%-
XYZ9.36.419.98-
YUV73.15136.38153.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=43.78%
G=20.88%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109528800.520.190.57322.1135.431.57
Hex6D345803413391422320
Octal1556413006423715024340
Binary11011011101001011000011010010011111001101000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,88); }

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

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

 a { background-color: rgb(109,52,88); }

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

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

 span { border-color: rgb(109,52,88); }

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