Html Css Color HEX #6A5D9D Scampi

📋 copy color: '#6A5D9D'

red 106 ◦ green 93 ◦ blue 157

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

Shades of Scampi #6A5D9D

Tints of Scampi #6A5D9D

RGB

 RED value IS 106 (41.8% from 255) = 29.78%

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 29.78%
G = 26.12%
B = 44.1%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A5D9D (or 0x6A5D9D) is known color: Scampi. HEX triplet: 6A, 5D and 9D. RGB value is (106,93,157). Sum of RGB (Red+Green+Blue) = 106+93+157=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 93 (36.72% from 255 or 26.12% 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 #6A5D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5D9D is #95A262. Grayscale: #676767. Windows color (decimal): -9806435 or 10313066. OLE color: 10313066.

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

Color convert

RGB 106 93 157 -
CMYK 0.32 0.41 0 0.38
HSL 252.19º 0.26% 0.49% -
HSV(B) 252.19º 0.41% 0.62% -
XYZ 15.94 13.33 33.63 -
YUV 104.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 106 93 157 0.32 0.41 0 0.38 252.19 0.26 0.49
Hex 6A 5D 9D 20 29 0 26 FC 1A 31
Octal 152 135 235 40 51 0 46 374 32 61
Binary 1101010 1011101 10011101 100000 101001 0 100110 11111100 11010 110001

Color Harmonies of #6A5D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5D9D

Black with #6A5D9D

Text Example


Text Example

White with #6A5D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,93,157); }

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

background-color css

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

 a { background-color: rgb(106,93,157); }

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

border-color css

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

 span { border-color: rgb(106,93,157); }

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