Html Css Color HEX #6E495C Finn

📋 copy color: '#6E495C'

red 110 ◦ green 73 ◦ blue 92

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

Shades of Finn #6E495C

Tints of Finn #6E495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 40%
G = 26.55%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E495C (or 0x6E495C) is known color: Finn. HEX triplet: 6E, 49 and 5C. RGB value is (110,73,92). Sum of RGB (Red+Green+Blue) = 110+73+92=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E495C is #91B6A3. Grayscale: #565656. Windows color (decimal): -9549476 or 6048110. OLE color: 6048110.

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

Color convert

RGB 110 73 92 -
CMYK 0 0.34 0.16 0.57
HSL 329.19º 0.2% 0.36% -
HSV(B) 329.19º 0.34% 0.43% -
XYZ 10.74 8.85 11.27 -
YUV 86.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 110 73 92 0 0.34 0.16 0.57 329.19 0.2 0.36
Hex 6E 49 5C 0 22 10 39 149 14 24
Octal 156 111 134 0 42 20 71 511 24 44
Binary 1101110 1001001 1011100 0 100010 10000 111001 101001001 10100 100100

Color Harmonies of #6E495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E495C

Black with #6E495C

Text Example


Text Example

White with #6E495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,92); }

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

background-color css

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

 a { background-color: rgb(110,73,92); }

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

border-color css

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

 span { border-color: rgb(110,73,92); }

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