Html Css Color HEX #6A3A56 Finn

📋 copy color: '#6A3A56'

red 106 ◦ green 58 ◦ blue 86

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

Shades of Finn #6A3A56

Tints of Finn #6A3A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 42.4%
G = 23.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6A3A56 (or 0x6A3A56) is known color: Finn. HEX triplet: 6A, 3A and 56. RGB value is (106,58,86). Sum of RGB (Red+Green+Blue) = 106+58+86=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3A56 is #95C5A9. Grayscale: #4B4B4B. Windows color (decimal): -9815466 or 5651050. OLE color: 5651050.

HSL color Cylindrical-coordinate representation of color #6A3A56: hue angle of 325º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A3A56 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 58 86 -
CMYK 0 0.45 0.19 0.58
HSL 325º 0.29% 0.32% -
HSV(B) 325º 0.45% 0.42% -
XYZ 9.14 6.76 9.63 -
YUV 75.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 106 58 86 0 0.45 0.19 0.58 325 0.29 0.32
Hex 6A 3A 56 0 2D 13 3A 145 1D 20
Octal 152 72 126 0 55 23 72 505 35 40
Binary 1101010 111010 1010110 0 101101 10011 111010 101000101 11101 100000

Color Harmonies of #6A3A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3A56

Black with #6A3A56

Text Example


Text Example

White with #6A3A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,58,86); }

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

background-color css

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

 a { background-color: rgb(106,58,86); }

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

border-color css

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

 span { border-color: rgb(106,58,86); }

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