Html Css Color HEX #6E394F Finn

📋 copy color: '#6E394F'

red 110 ◦ green 57 ◦ blue 79

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

Shades of Finn #6E394F

Tints of Finn #6E394F

RGB

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

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

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

R = 44.72%
G = 23.17%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E394F (or 0x6E394F) is known color: Finn. HEX triplet: 6E, 39 and 4F. RGB value is (110,57,79). Sum of RGB (Red+Green+Blue) = 110+57+79=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E394F is #91C6B0. Grayscale: #4B4B4B. Windows color (decimal): -9553585 or 5192046. OLE color: 5192046.

HSL color Cylindrical-coordinate representation of color #6E394F: hue angle of 335.09º 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 #6E394F is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 57 79 -
CMYK 0 0.48 0.28 0.57
HSL 335.09º 0.32% 0.33% -
HSV(B) 335.09º 0.48% 0.43% -
XYZ 9.3 6.81 8.22 -
YUV 75.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 110 57 79 0 0.48 0.28 0.57 335.09 0.32 0.33
Hex 6E 39 4F 0 30 1C 39 14F 20 21
Octal 156 71 117 0 60 34 71 517 40 41
Binary 1101110 111001 1001111 0 110000 11100 111001 101001111 100000 100001

Color Harmonies of #6E394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E394F

Black with #6E394F

Text Example


Text Example

White with #6E394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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