Html Css Color HEX #6E395B Finn

📋 copy color: '#6E395B'

red 110 ◦ green 57 ◦ blue 91

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

Shades of Finn #6E395B

Tints of Finn #6E395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 42.64%
G = 22.09%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E395B (or 0x6E395B) is known color: Finn. HEX triplet: 6E, 39 and 5B. RGB value is (110,57,91). Sum of RGB (Red+Green+Blue) = 110+57+91=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395B is #91C6A4. Grayscale: #4C4C4C. Windows color (decimal): -9553573 or 5978478. OLE color: 5978478.

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

Color convert

RGB 110 57 91 -
CMYK 0 0.48 0.17 0.57
HSL 321.51º 0.32% 0.33% -
HSV(B) 321.51º 0.48% 0.43% -
XYZ 9.78 7 10.73 -
YUV 76.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 110 57 91 0 0.48 0.17 0.57 321.51 0.32 0.33
Hex 6E 39 5B 0 30 11 39 142 20 21
Octal 156 71 133 0 60 21 71 502 40 41
Binary 1101110 111001 1011011 0 110000 10001 111001 101000010 100000 100001

Color Harmonies of #6E395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E395B

Black with #6E395B

Text Example


Text Example

White with #6E395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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