Html Css Color HEX #6B5AA6 Scampi

📋 copy color: '#6B5AA6'

red 107 ◦ green 90 ◦ blue 166

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

Shades of Scampi #6B5AA6

Tints of Scampi #6B5AA6

RGB

 RED value IS 107 (42.19% from 255) = 29.48%

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 29.48%
G = 24.79%
B = 45.73%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B5AA6 (or 0x6B5AA6) is known color: Scampi. HEX triplet: 6B, 5A and A6. RGB value is (107,90,166). Sum of RGB (Red+Green+Blue) = 107+90+166=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #6B5AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AA6 is #94A559. Grayscale: #676767. Windows color (decimal): -9741658 or 10902123. OLE color: 10902123.

HSL color Cylindrical-coordinate representation of color #6B5AA6: hue angle of 253.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5AA6 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 90 166 -
CMYK 0.36 0.46 0 0.35
HSL 253.42º 0.3% 0.5% -
HSV(B) 253.42º 0.46% 0.65% -
XYZ 16.6 13.19 37.75 -
YUV 103.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 107 90 166 0.36 0.46 0 0.35 253.42 0.3 0.5
Hex 6B 5A A6 24 2E 0 23 FD 1E 32
Octal 153 132 246 44 56 0 43 375 36 62
Binary 1101011 1011010 10100110 100100 101110 0 100011 11111101 11110 110010

Color Harmonies of #6B5AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AA6

Black with #6B5AA6

Text Example


Text Example

White with #6B5AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,166); }

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

background-color css

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

 a { background-color: rgb(107,90,166); }

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

border-color css

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

 span { border-color: rgb(107,90,166); }

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