Html Css Color HEX #6E3B5C Finn

📋 copy color: '#6E3B5C'

red 110 ◦ green 59 ◦ blue 92

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

Shades of Finn #6E3B5C

Tints of Finn #6E3B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 42.15%
G = 22.61%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E3B5C (or 0x6E3B5C) is known color: Finn. HEX triplet: 6E, 3B and 5C. RGB value is (110,59,92). Sum of RGB (Red+Green+Blue) = 110+59+92=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3B5C is #91C4A3. Grayscale: #4D4D4D. Windows color (decimal): -9553060 or 6044526. OLE color: 6044526.

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

Color convert

RGB 110 59 92 -
CMYK 0 0.46 0.16 0.57
HSL 321.18º 0.3% 0.33% -
HSV(B) 321.18º 0.46% 0.43% -
XYZ 9.93 7.22 10.99 -
YUV 78.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 110 59 92 0 0.46 0.16 0.57 321.18 0.3 0.33
Hex 6E 3B 5C 0 2E 10 39 141 1E 21
Octal 156 73 134 0 56 20 71 501 36 41
Binary 1101110 111011 1011100 0 101110 10000 111001 101000001 11110 100001

Color Harmonies of #6E3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3B5C

Black with #6E3B5C

Text Example


Text Example

White with #6E3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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