Html Css Color HEX #6B4661 Finn

📋 copy color: '#6B4661'

red 107 ◦ green 70 ◦ blue 97

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

Shades of Finn #6B4661

Tints of Finn #6B4661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 39.05%
G = 25.55%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B4661 (or 0x6B4661) is known color: Finn. HEX triplet: 6B, 46 and 61. RGB value is (107,70,97). Sum of RGB (Red+Green+Blue) = 107+70+97=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4661 is #94B99E. Grayscale: #545454. Windows color (decimal): -9746847 or 6375019. OLE color: 6375019.

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

Color convert

RGB 107 70 97 -
CMYK 0 0.35 0.09 0.58
HSL 316.22º 0.21% 0.35% -
HSV(B) 316.22º 0.35% 0.42% -
XYZ 10.41 8.37 12.38 -
YUV 84.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 107 70 97 0 0.35 0.09 0.58 316.22 0.21 0.35
Hex 6B 46 61 0 23 9 3A 13C 15 23
Octal 153 106 141 0 43 11 72 474 25 43
Binary 1101011 1000110 1100001 0 100011 1001 111010 100111100 10101 100011

Color Harmonies of #6B4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4661

Black with #6B4661

Text Example


Text Example

White with #6B4661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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