#6C405F

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

Shades of Finn #6C405F

Tints of Finn #6C405F

Color information

#6C405F (or 0x6C405F) is unknown color: approx Finn. HEX triplet: 6C, 40 and 5F. RGB value is (108,64,95). Sum of RGB (Red+Green+Blue) = 108+64+95=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C405F is #93BFA0. Grayscale: #505050. Windows color (decimal): -9682849 or 6242412. OLE color: 6242412.

HSL color Cylindrical-coordinate representation of color #6C405F: hue angle of 317.73º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C405F is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1086495-
CMYK00.410.120.58
HSL317.73º25.58%33.73%-
HSV(B)317.73º40.74%42.35%-
XYZ10.087.6811.78-
YUV80.69136.08147.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=40.45%
G=23.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108649500.410.120.58317.7325.5833.73
Hex6C405F029C3A13e1a22
Octal15410013705114724763242
Binary1101100100000010111110101001110011101010011111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,95); }

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

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

 a { background-color: rgb(108,64,95); }

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

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

 span { border-color: rgb(108,64,95); }

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