Html Css Color HEX #6D5A9D Scampi

📋 copy color: '#6D5A9D'

red 109 ◦ green 90 ◦ blue 157

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

Shades of Scampi #6D5A9D

Tints of Scampi #6D5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 30.62%
G = 25.28%
B = 44.1%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D5A9D (or 0x6D5A9D) is known color: Scampi. HEX triplet: 6D, 5A and 9D. RGB value is (109,90,157). Sum of RGB (Red+Green+Blue) = 109+90+157=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D5A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5A9D is #92A562. Grayscale: #676767. Windows color (decimal): -9610595 or 10312301. OLE color: 10312301.

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

Color convert

RGB 109 90 157 -
CMYK 0.31 0.43 0 0.38
HSL 257.01º 0.27% 0.48% -
HSV(B) 257.01º 0.43% 0.62% -
XYZ 16.05 13 33.56 -
YUV 103.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 109 90 157 0.31 0.43 0 0.38 257.01 0.27 0.48
Hex 6D 5A 9D 1F 2B 0 26 101 1B 30
Octal 155 132 235 37 53 0 46 401 33 60
Binary 1101101 1011010 10011101 11111 101011 0 100110 100000001 11011 110000

Color Harmonies of #6D5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A9D

Black with #6D5A9D

Text Example


Text Example

White with #6D5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,157); }

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

background-color css

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

 a { background-color: rgb(109,90,157); }

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

border-color css

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

 span { border-color: rgb(109,90,157); }

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