Html Css Color HEX #6F415C Finn

📋 copy color: '#6F415C'

red 111 ◦ green 65 ◦ blue 92

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

Shades of Finn #6F415C

Tints of Finn #6F415C

RGB

 RED value IS 111 (43.75% from 255) = 41.42%

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 41.42%
G = 24.25%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F415C (or 0x6F415C) is known color: Finn. HEX triplet: 6F, 41 and 5C. RGB value is (111,65,92). Sum of RGB (Red+Green+Blue) = 111+65+92=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F415C is #90BEA3. Grayscale: #515151. Windows color (decimal): -9485988 or 6046063. OLE color: 6046063.

HSL color Cylindrical-coordinate representation of color #6F415C: hue angle of 324.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F415C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 92 -
CMYK 0 0.41 0.17 0.56
HSL 324.78º 0.26% 0.35% -
HSV(B) 324.78º 0.41% 0.44% -
XYZ 10.38 7.93 11.11 -
YUV 81.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 111 65 92 0 0.41 0.17 0.56 324.78 0.26 0.35
Hex 6F 41 5C 0 29 11 38 145 1A 23
Octal 157 101 134 0 51 21 70 505 32 43
Binary 1101111 1000001 1011100 0 101001 10001 111000 101000101 11010 100011

Color Harmonies of #6F415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F415C

Black with #6F415C

Text Example


Text Example

White with #6F415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,92); }

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

background-color css

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

 a { background-color: rgb(111,65,92); }

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

border-color css

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

 span { border-color: rgb(111,65,92); }

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