Html Css Color HEX #6C415D Finn

📋 copy color: '#6C415D'

red 108 ◦ green 65 ◦ blue 93

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

Shades of Finn #6C415D

Tints of Finn #6C415D

RGB

 RED value IS 108 (42.58% from 255) = 40.6%

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 40.6%
G = 24.44%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C415D (or 0x6C415D) is known color: Finn. HEX triplet: 6C, 41 and 5D. RGB value is (108,65,93). Sum of RGB (Red+Green+Blue) = 108+65+93=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C415D is #93BEA2. Grayscale: #505050. Windows color (decimal): -9682595 or 6111596. OLE color: 6111596.

HSL color Cylindrical-coordinate representation of color #6C415D: hue angle of 320.93º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C415D is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 65 93 -
CMYK 0 0.40 0.14 0.58
HSL 320.93º 0.25% 0.34% -
HSV(B) 320.93º 0.4% 0.42% -
XYZ 10.05 7.76 11.32 -
YUV 81.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 108 65 93 0 0.40 0.14 0.58 320.93 0.25 0.34
Hex 6C 41 5D 0 28 E 3A 141 19 22
Octal 154 101 135 0 50 16 72 501 31 42
Binary 1101100 1000001 1011101 0 101000 1110 111010 101000001 11001 100010

Color Harmonies of #6C415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C415D

Black with #6C415D

Text Example


Text Example

White with #6C415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,65,93); }

 H1.HeaderClassName
 {
   color: #6C415D;
 }
 .AnyTagClassName
 {
   color: #6C415D;
 }
</style>

background-color css

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

 a { background-color: rgb(108,65,93); }

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

border-color css

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

 span { border-color: rgb(108,65,93); }

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