Html Css Color HEX #6A3F4F Finn

📋 copy color: '#6A3F4F'

red 106 ◦ green 63 ◦ blue 79

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

Shades of Finn #6A3F4F

Tints of Finn #6A3F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 42.74%
G = 25.4%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A3F4F (or 0x6A3F4F) is known color: Finn. HEX triplet: 6A, 3F and 4F. RGB value is (106,63,79). Sum of RGB (Red+Green+Blue) = 106+63+79=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3F4F is #95C0B0. Grayscale: #4D4D4D. Windows color (decimal): -9814193 or 5193578. OLE color: 5193578.

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

Color convert

RGB 106 63 79 -
CMYK 0 0.41 0.25 0.58
HSL 337.67º 0.25% 0.33% -
HSV(B) 337.67º 0.41% 0.42% -
XYZ 9.13 7.18 8.3 -
YUV 77.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 106 63 79 0 0.41 0.25 0.58 337.67 0.25 0.33
Hex 6A 3F 4F 0 29 19 3A 152 19 21
Octal 152 77 117 0 51 31 72 522 31 41
Binary 1101010 111111 1001111 0 101001 11001 111010 101010010 11001 100001

Color Harmonies of #6A3F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3F4F

Black with #6A3F4F

Text Example


Text Example

White with #6A3F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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