Html Css Color HEX #6F495B Finn

📋 copy color: '#6F495B'

red 111 ◦ green 73 ◦ blue 91

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

Shades of Finn #6F495B

Tints of Finn #6F495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 40.36%
G = 26.55%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F495B (or 0x6F495B) is known color: Finn. HEX triplet: 6F, 49 and 5B. RGB value is (111,73,91). Sum of RGB (Red+Green+Blue) = 111+73+91=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F495B is #90B6A4. Grayscale: #565656. Windows color (decimal): -9483941 or 5982575. OLE color: 5982575.

HSL color Cylindrical-coordinate representation of color #6F495B: hue angle of 331.58º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F495B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 73 91 -
CMYK 0 0.34 0.18 0.56
HSL 331.58º 0.21% 0.36% -
HSV(B) 331.58º 0.34% 0.44% -
XYZ 10.83 8.9 11.04 -
YUV 86.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 111 73 91 0 0.34 0.18 0.56 331.58 0.21 0.36
Hex 6F 49 5B 0 22 12 38 14C 15 24
Octal 157 111 133 0 42 22 70 514 25 44
Binary 1101111 1001001 1011011 0 100010 10010 111000 101001100 10101 100100

Color Harmonies of #6F495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F495B

Black with #6F495B

Text Example


Text Example

White with #6F495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,91); }

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

background-color css

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

 a { background-color: rgb(111,73,91); }

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

border-color css

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

 span { border-color: rgb(111,73,91); }

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