Html Css Color HEX #6E4A5B Finn

📋 copy color: '#6E4A5B'

red 110 ◦ green 74 ◦ blue 91

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

Shades of Finn #6E4A5B

Tints of Finn #6E4A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 40%
G = 26.91%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E4A5B (or 0x6E4A5B) is known color: Finn. HEX triplet: 6E, 4A and 5B. RGB value is (110,74,91). Sum of RGB (Red+Green+Blue) = 110+74+91=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A5B is #91B5A4. Grayscale: #565656. Windows color (decimal): -9549221 or 5982830. OLE color: 5982830.

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

Color convert

RGB 110 74 91 -
CMYK 0 0.33 0.17 0.57
HSL 331.67º 0.2% 0.36% -
HSV(B) 331.67º 0.33% 0.43% -
XYZ 10.77 8.97 11.06 -
YUV 86.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 110 74 91 0 0.33 0.17 0.57 331.67 0.2 0.36
Hex 6E 4A 5B 0 21 11 39 14C 14 24
Octal 156 112 133 0 41 21 71 514 24 44
Binary 1101110 1001010 1011011 0 100001 10001 111001 101001100 10100 100100

Color Harmonies of #6E4A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A5B

Black with #6E4A5B

Text Example


Text Example

White with #6E4A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,91); }

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

background-color css

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

 a { background-color: rgb(110,74,91); }

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

border-color css

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

 span { border-color: rgb(110,74,91); }

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