Html Css Color HEX #6B4560 Finn

📋 copy color: '#6B4560'

red 107 ◦ green 69 ◦ blue 96

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

Shades of Finn #6B4560

Tints of Finn #6B4560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 39.34%
G = 25.37%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B4560 (or 0x6B4560) is known color: Finn. HEX triplet: 6B, 45 and 60. RGB value is (107,69,96). Sum of RGB (Red+Green+Blue) = 107+69+96=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4560 is #94BA9F. Grayscale: #535353. Windows color (decimal): -9747104 or 6309227. OLE color: 6309227.

HSL color Cylindrical-coordinate representation of color #6B4560: hue angle of 317.37º 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 #6B4560 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 96 -
CMYK 0 0.36 0.10 0.58
HSL 317.37º 0.22% 0.35% -
HSV(B) 317.37º 0.36% 0.42% -
XYZ 10.3 8.23 12.11 -
YUV 83.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 107 69 96 0 0.36 0.10 0.58 317.37 0.22 0.35
Hex 6B 45 60 0 24 A 3A 13D 16 23
Octal 153 105 140 0 44 12 72 475 26 43
Binary 1101011 1000101 1100000 0 100100 1010 111010 100111101 10110 100011

Color Harmonies of #6B4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4560

Black with #6B4560

Text Example


Text Example

White with #6B4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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