Html Css Color HEX #6F415F Finn

📋 copy color: '#6F415F'

red 111 ◦ green 65 ◦ blue 95

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

Shades of Finn #6F415F

Tints of Finn #6F415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 40.96%
G = 23.99%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F415F (or 0x6F415F) is known color: Finn. HEX triplet: 6F, 41 and 5F. RGB value is (111,65,95). Sum of RGB (Red+Green+Blue) = 111+65+95=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F415F is #90BEA0. Grayscale: #525252. Windows color (decimal): -9485985 or 6242671. OLE color: 6242671.

HSL color Cylindrical-coordinate representation of color #6F415F: hue angle of 320.87º 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 #6F415F is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 95 -
CMYK 0 0.41 0.14 0.56
HSL 320.87º 0.26% 0.35% -
HSV(B) 320.87º 0.41% 0.44% -
XYZ 10.51 7.99 11.81 -
YUV 82.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 111 65 95 0 0.41 0.14 0.56 320.87 0.26 0.35
Hex 6F 41 5F 0 29 E 38 141 1A 23
Octal 157 101 137 0 51 16 70 501 32 43
Binary 1101111 1000001 1011111 0 101001 1110 111000 101000001 11010 100011

Color Harmonies of #6F415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F415F

Black with #6F415F

Text Example


Text Example

White with #6F415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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