Html Css Color HEX #6E3A59 Finn

📋 copy color: '#6E3A59'

red 110 ◦ green 58 ◦ blue 89

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

Shades of Finn #6E3A59

Tints of Finn #6E3A59

RGB

 RED value IS 110 (43.36% from 255) = 42.8%

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

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 42.8%
G = 22.57%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E3A59 (or 0x6E3A59) is known color: Finn. HEX triplet: 6E, 3A and 59. RGB value is (110,58,89). Sum of RGB (Red+Green+Blue) = 110+58+89=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A59 is #91C5A6. Grayscale: #4D4D4D. Windows color (decimal): -9553319 or 5847662. OLE color: 5847662.

HSL color Cylindrical-coordinate representation of color #6E3A59: hue angle of 324.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A59 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 58 89 -
CMYK 0 0.47 0.19 0.57
HSL 324.23º 0.31% 0.33% -
HSV(B) 324.23º 0.47% 0.43% -
XYZ 9.75 7.06 10.3 -
YUV 77.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 110 58 89 0 0.47 0.19 0.57 324.23 0.31 0.33
Hex 6E 3A 59 0 2F 13 39 144 1F 21
Octal 156 72 131 0 57 23 71 504 37 41
Binary 1101110 111010 1011001 0 101111 10011 111001 101000100 11111 100001

Color Harmonies of #6E3A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A59

Black with #6E3A59

Text Example


Text Example

White with #6E3A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,89); }

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

background-color css

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

 a { background-color: rgb(110,58,89); }

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

border-color css

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

 span { border-color: rgb(110,58,89); }

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