Html Css Color HEX #6F4558 Finn

📋 copy color: '#6F4558'

red 111 ◦ green 69 ◦ blue 88

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

Shades of Finn #6F4558

Tints of Finn #6F4558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 41.42%
G = 25.75%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F4558 (or 0x6F4558) is known color: Finn. HEX triplet: 6F, 45 and 58. RGB value is (111,69,88). Sum of RGB (Red+Green+Blue) = 111+69+88=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4558 is #90BAA7. Grayscale: #535353. Windows color (decimal): -9484968 or 5784943. OLE color: 5784943.

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

Color convert

RGB 111 69 88 -
CMYK 0 0.38 0.21 0.56
HSL 332.86º 0.23% 0.35% -
HSV(B) 332.86º 0.38% 0.44% -
XYZ 10.45 8.34 10.29 -
YUV 83.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 111 69 88 0 0.38 0.21 0.56 332.86 0.23 0.35
Hex 6F 45 58 0 26 15 38 14D 17 23
Octal 157 105 130 0 46 25 70 515 27 43
Binary 1101111 1000101 1011000 0 100110 10101 111000 101001101 10111 100011

Color Harmonies of #6F4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4558

Black with #6F4558

Text Example


Text Example

White with #6F4558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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