Html Css Color HEX #6A3553 Finn

📋 copy color: '#6A3553'

red 106 ◦ green 53 ◦ blue 83

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

Shades of Finn #6A3553

Tints of Finn #6A3553

RGB

 RED value IS 106 (41.8% from 255) = 43.8%

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 43.8%
G = 21.9%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A3553 (or 0x6A3553) is known color: Finn. HEX triplet: 6A, 35 and 53. RGB value is (106,53,83). Sum of RGB (Red+Green+Blue) = 106+53+83=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3553 is #95CAAC. Grayscale: #484848. Windows color (decimal): -9816749 or 5453162. OLE color: 5453162.

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

Color convert

RGB 106 53 83 -
CMYK 0 0.5 0.22 0.58
HSL 326.04º 0.33% 0.31% -
HSV(B) 326.04º 0.5% 0.42% -
XYZ 8.78 6.23 8.92 -
YUV 72.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 106 53 83 0 0.5 0.22 0.58 326.04 0.33 0.31
Hex 6A 35 53 0 32 16 3A 146 21 1F
Octal 152 65 123 0 62 26 72 506 41 37
Binary 1101010 110101 1010011 0 110010 10110 111010 101000110 100001 11111

Color Harmonies of #6A3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3553

Black with #6A3553

Text Example


Text Example

White with #6A3553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,83); }

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

background-color css

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

 a { background-color: rgb(106,53,83); }

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

border-color css

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

 span { border-color: rgb(106,53,83); }

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