Html Css Color HEX #6F455B Finn

📋 copy color: '#6F455B'

red 111 ◦ green 69 ◦ blue 91

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

Shades of Finn #6F455B

Tints of Finn #6F455B

RGB

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

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

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

R = 40.96%
G = 25.46%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F455B (or 0x6F455B) is known color: Finn. HEX triplet: 6F, 45 and 5B. RGB value is (111,69,91). Sum of RGB (Red+Green+Blue) = 111+69+91=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F455B is #90BAA4. Grayscale: #545454. Windows color (decimal): -9484965 or 5981551. OLE color: 5981551.

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

Color convert

RGB 111 69 91 -
CMYK 0 0.38 0.18 0.56
HSL 328.57º 0.23% 0.35% -
HSV(B) 328.57º 0.38% 0.44% -
XYZ 10.57 8.39 10.96 -
YUV 84.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 111 69 91 0 0.38 0.18 0.56 328.57 0.23 0.35
Hex 6F 45 5B 0 26 12 38 149 17 23
Octal 157 105 133 0 46 22 70 511 27 43
Binary 1101111 1000101 1011011 0 100110 10010 111000 101001001 10111 100011

Color Harmonies of #6F455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F455B

Black with #6F455B

Text Example


Text Example

White with #6F455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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