Html Css Color HEX #6C405F Finn

📋 copy color: '#6C405F'

red 108 ◦ green 64 ◦ blue 95

#6C405F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #6C405F

Tints of Finn #6C405F

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 value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C405F (or 0x6C405F) is known color: 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

RGB 108 64 95 -
CMYK 0 0.41 0.12 0.58
HSL 317.73º 0.26% 0.34% -
HSV(B) 317.73º 0.41% 0.42% -
XYZ 10.08 7.68 11.78 -
YUV 80.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 108 64 95 0 0.41 0.12 0.58 317.73 0.26 0.34
Hex 6C 40 5F 0 29 C 3A 13E 1A 22
Octal 154 100 137 0 51 14 72 476 32 42
Binary 1101100 1000000 1011111 0 101001 1100 111010 100111110 11010 100010

Color Harmonies of #6C405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C405F

Black with #6C405F

Text Example


Text Example

White with #6C405F

Text Example


Text Example

HTML Codes & Css Web 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>