Html Css Color HEX #6B4561 Finn

📋 copy color: '#6B4561'

red 107 ◦ green 69 ◦ blue 97

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

Shades of Finn #6B4561

Tints of Finn #6B4561

RGB

 RED value IS 107 (42.19% from 255) = 39.19%

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

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 39.19%
G = 25.27%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B4561 (or 0x6B4561) is known color: Finn. HEX triplet: 6B, 45 and 61. RGB value is (107,69,97). Sum of RGB (Red+Green+Blue) = 107+69+97=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4561 is #94BA9E. Grayscale: #535353. Windows color (decimal): -9747103 or 6374763. OLE color: 6374763.

HSL color Cylindrical-coordinate representation of color #6B4561: hue angle of 315.79º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4561 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 97 -
CMYK 0 0.36 0.09 0.58
HSL 315.79º 0.22% 0.35% -
HSV(B) 315.79º 0.36% 0.42% -
XYZ 10.35 8.25 12.36 -
YUV 83.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 107 69 97 0 0.36 0.09 0.58 315.79 0.22 0.35
Hex 6B 45 61 0 24 9 3A 13C 16 23
Octal 153 105 141 0 44 11 72 474 26 43
Binary 1101011 1000101 1100001 0 100100 1001 111010 100111100 10110 100011

Color Harmonies of #6B4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4561

Black with #6B4561

Text Example


Text Example

White with #6B4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,97); }

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

background-color css

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

 a { background-color: rgb(107,69,97); }

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

border-color css

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

 span { border-color: rgb(107,69,97); }

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