Html Css Color HEX #6A3A4F Finn

📋 copy color: '#6A3A4F'

red 106 ◦ green 58 ◦ blue 79

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

Shades of Finn #6A3A4F

Tints of Finn #6A3A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 43.62%
G = 23.87%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A3A4F (or 0x6A3A4F) is known color: Finn. HEX triplet: 6A, 3A and 4F. RGB value is (106,58,79). Sum of RGB (Red+Green+Blue) = 106+58+79=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3A4F is #95C5B0. Grayscale: #4A4A4A. Windows color (decimal): -9815473 or 5192298. OLE color: 5192298.

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

Color convert

RGB 106 58 79 -
CMYK 0 0.45 0.25 0.58
HSL 333.75º 0.29% 0.32% -
HSV(B) 333.75º 0.45% 0.42% -
XYZ 8.87 6.65 8.21 -
YUV 74.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 106 58 79 0 0.45 0.25 0.58 333.75 0.29 0.32
Hex 6A 3A 4F 0 2D 19 3A 14E 1D 20
Octal 152 72 117 0 55 31 72 516 35 40
Binary 1101010 111010 1001111 0 101101 11001 111010 101001110 11101 100000

Color Harmonies of #6A3A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3A4F

Black with #6A3A4F

Text Example


Text Example

White with #6A3A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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