Html Css Color HEX #6F485B Finn

📋 copy color: '#6F485B'

red 111 ◦ green 72 ◦ blue 91

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

Shades of Finn #6F485B

Tints of Finn #6F485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 40.51%
G = 26.28%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F485B (or 0x6F485B) is known color: Finn. HEX triplet: 6F, 48 and 5B. RGB value is (111,72,91). Sum of RGB (Red+Green+Blue) = 111+72+91=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F485B is #90B7A4. Grayscale: #555555. Windows color (decimal): -9484197 or 5982319. OLE color: 5982319.

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

Color convert

RGB 111 72 91 -
CMYK 0 0.35 0.18 0.56
HSL 330.77º 0.21% 0.36% -
HSV(B) 330.77º 0.35% 0.44% -
XYZ 10.76 8.77 11.02 -
YUV 85.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 111 72 91 0 0.35 0.18 0.56 330.77 0.21 0.36
Hex 6F 48 5B 0 23 12 38 14B 15 24
Octal 157 110 133 0 43 22 70 513 25 44
Binary 1101111 1001000 1011011 0 100011 10010 111000 101001011 10101 100100

Color Harmonies of #6F485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F485B

Black with #6F485B

Text Example


Text Example

White with #6F485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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