Html Css Color HEX #6D589F Scampi

📋 copy color: '#6D589F'

red 109 ◦ green 88 ◦ blue 159

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

Shades of Scampi #6D589F

Tints of Scampi #6D589F

RGB

 RED value IS 109 (42.97% from 255) = 30.62%

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

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

R = 30.62%
G = 24.72%
B = 44.66%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D589F (or 0x6D589F) is known color: Scampi. HEX triplet: 6D, 58 and 9F. RGB value is (109,88,159). Sum of RGB (Red+Green+Blue) = 109+88+159=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D589F is #92A760. Grayscale: #666666. Windows color (decimal): -9611105 or 10442861. OLE color: 10442861.

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

Color convert

RGB 109 88 159 -
CMYK 0.31 0.45 0 0.38
HSL 257.75º 0.29% 0.48% -
HSV(B) 257.75º 0.45% 0.62% -
XYZ 16.05 12.73 34.41 -
YUV 102.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 109 88 159 0.31 0.45 0 0.38 257.75 0.29 0.48
Hex 6D 58 9F 1F 2D 0 26 102 1D 30
Octal 155 130 237 37 55 0 46 402 35 60
Binary 1101101 1011000 10011111 11111 101101 0 100110 100000010 11101 110000

Color Harmonies of #6D589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D589F

Black with #6D589F

Text Example


Text Example

White with #6D589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,159); }

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

background-color css

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

 a { background-color: rgb(109,88,159); }

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

border-color css

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

 span { border-color: rgb(109,88,159); }

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