Html Css Color HEX #6F4559 Finn

📋 copy color: '#6F4559'

red 111 ◦ green 69 ◦ blue 89

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

Shades of Finn #6F4559

Tints of Finn #6F4559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 89 (35.16% from 255) = 33.09%

R = 41.26%
G = 25.65%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F4559 (or 0x6F4559) is known color: Finn. HEX triplet: 6F, 45 and 59. RGB value is (111,69,89). Sum of RGB (Red+Green+Blue) = 111+69+89=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4559 is #90BAA6. Grayscale: #535353. Windows color (decimal): -9484967 or 5850479. OLE color: 5850479.

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

Color convert

RGB 111 69 89 -
CMYK 0 0.38 0.20 0.56
HSL 331.43º 0.23% 0.35% -
HSV(B) 331.43º 0.38% 0.44% -
XYZ 10.49 8.36 10.51 -
YUV 83.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 111 69 89 0 0.38 0.20 0.56 331.43 0.23 0.35
Hex 6F 45 59 0 26 14 38 14B 17 23
Octal 157 105 131 0 46 24 70 513 27 43
Binary 1101111 1000101 1011001 0 100110 10100 111000 101001011 10111 100011

Color Harmonies of #6F4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4559

Black with #6F4559

Text Example


Text Example

White with #6F4559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,89); }

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

background-color css

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

 a { background-color: rgb(111,69,89); }

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

border-color css

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

 span { border-color: rgb(111,69,89); }

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