Html Css Color HEX #6E4260 Finn

📋 copy color: '#6E4260'

red 110 ◦ green 66 ◦ blue 96

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

Shades of Finn #6E4260

Tints of Finn #6E4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 40.44%
G = 24.26%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E4260 (or 0x6E4260) is known color: Finn. HEX triplet: 6E, 42 and 60. RGB value is (110,66,96). Sum of RGB (Red+Green+Blue) = 110+66+96=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4260 is #91BD9F. Grayscale: #525252. Windows color (decimal): -9551264 or 6308462. OLE color: 6308462.

HSL color Cylindrical-coordinate representation of color #6E4260: hue angle of 319.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4260 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 66 96 -
CMYK 0 0.4 0.13 0.57
HSL 319.09º 0.25% 0.35% -
HSV(B) 319.09º 0.4% 0.43% -
XYZ 10.49 8.06 12.07 -
YUV 82.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 110 66 96 0 0.4 0.13 0.57 319.09 0.25 0.35
Hex 6E 42 60 0 28 D 39 13F 19 23
Octal 156 102 140 0 50 15 71 477 31 43
Binary 1101110 1000010 1100000 0 101000 1101 111001 100111111 11001 100011

Color Harmonies of #6E4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4260

Black with #6E4260

Text Example


Text Example

White with #6E4260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,96); }

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

background-color css

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

 a { background-color: rgb(110,66,96); }

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

border-color css

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

 span { border-color: rgb(110,66,96); }

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