Html Css Color HEX #6B4A5D Finn

📋 copy color: '#6B4A5D'

red 107 ◦ green 74 ◦ blue 93

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

Shades of Finn #6B4A5D

Tints of Finn #6B4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 39.05%
G = 27.01%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B4A5D (or 0x6B4A5D) is known color: Finn. HEX triplet: 6B, 4A and 5D. RGB value is (107,74,93). Sum of RGB (Red+Green+Blue) = 107+74+93=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A5D is #94B5A2. Grayscale: #555555. Windows color (decimal): -9745827 or 6113899. OLE color: 6113899.

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

Color convert

RGB 107 74 93 -
CMYK 0 0.31 0.13 0.58
HSL 325.45º 0.18% 0.35% -
HSV(B) 325.45º 0.31% 0.42% -
XYZ 10.49 8.81 11.5 -
YUV 86.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 107 74 93 0 0.31 0.13 0.58 325.45 0.18 0.35
Hex 6B 4A 5D 0 1F D 3A 145 12 23
Octal 153 112 135 0 37 15 72 505 22 43
Binary 1101011 1001010 1011101 0 11111 1101 111010 101000101 10010 100011

Color Harmonies of #6B4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A5D

Black with #6B4A5D

Text Example


Text Example

White with #6B4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,93); }

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

background-color css

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

 a { background-color: rgb(107,74,93); }

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

border-color css

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

 span { border-color: rgb(107,74,93); }

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