Html Css Color HEX #6E599F Scampi

📋 copy color: '#6E599F'

red 110 ◦ green 89 ◦ blue 159

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

Shades of Scampi #6E599F

Tints of Scampi #6E599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 30.73%
G = 24.86%
B = 44.41%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E599F (or 0x6E599F) is known color: Scampi. HEX triplet: 6E, 59 and 9F. RGB value is (110,89,159). Sum of RGB (Red+Green+Blue) = 110+89+159=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E599F is #91A660. Grayscale: #666666. Windows color (decimal): -9545313 or 10443118. OLE color: 10443118.

HSL color Cylindrical-coordinate representation of color #6E599F: hue angle of 258º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E599F is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 89 159 -
CMYK 0.31 0.44 0 0.38
HSL 258º 0.28% 0.49% -
HSV(B) 258º 0.44% 0.62% -
XYZ 16.26 12.96 34.45 -
YUV 103.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 110 89 159 0.31 0.44 0 0.38 258 0.28 0.49
Hex 6E 59 9F 1F 2C 0 26 102 1C 31
Octal 156 131 237 37 54 0 46 402 34 61
Binary 1101110 1011001 10011111 11111 101100 0 100110 100000010 11100 110001

Color Harmonies of #6E599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E599F

Black with #6E599F

Text Example


Text Example

White with #6E599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,159); }

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

background-color css

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

 a { background-color: rgb(110,89,159); }

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

border-color css

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

 span { border-color: rgb(110,89,159); }

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