Html Css Color HEX #6E589D Scampi

📋 copy color: '#6E589D'

red 110 ◦ green 88 ◦ blue 157

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

Shades of Scampi #6E589D

Tints of Scampi #6E589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 30.99%
G = 24.79%
B = 44.23%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E589D (or 0x6E589D) is known color: Scampi. HEX triplet: 6E, 58 and 9D. RGB value is (110,88,157). Sum of RGB (Red+Green+Blue) = 110+88+157=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E589D is #91A762. Grayscale: #666666. Windows color (decimal): -9545571 or 10311790. OLE color: 10311790.

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

Color convert

RGB 110 88 157 -
CMYK 0.30 0.44 0 0.38
HSL 259.13º 0.28% 0.48% -
HSV(B) 259.13º 0.44% 0.62% -
XYZ 16.01 12.73 33.51 -
YUV 102.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 110 88 157 0.30 0.44 0 0.38 259.13 0.28 0.48
Hex 6E 58 9D 1E 2C 0 26 103 1C 30
Octal 156 130 235 36 54 0 46 403 34 60
Binary 1101110 1011000 10011101 11110 101100 0 100110 100000011 11100 110000

Color Harmonies of #6E589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E589D

Black with #6E589D

Text Example


Text Example

White with #6E589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,157); }

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

background-color css

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

 a { background-color: rgb(110,88,157); }

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

border-color css

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

 span { border-color: rgb(110,88,157); }

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