Html Css Color HEX #6A5BA2 Scampi

📋 copy color: '#6A5BA2'

red 106 ◦ green 91 ◦ blue 162

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

Shades of Scampi #6A5BA2

Tints of Scampi #6A5BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 29.53%
G = 25.35%
B = 45.13%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6A5BA2 (or 0x6A5BA2) is known color: Scampi. HEX triplet: 6A, 5B and A2. RGB value is (106,91,162). Sum of RGB (Red+Green+Blue) = 106+91+162=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A5BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5BA2 is #95A45D. Grayscale: #676767. Windows color (decimal): -9806942 or 10640234. OLE color: 10640234.

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

Color convert

RGB 106 91 162 -
CMYK 0.35 0.44 0 0.36
HSL 252.68º 0.28% 0.5% -
HSV(B) 252.68º 0.44% 0.64% -
XYZ 16.21 13.15 35.87 -
YUV 103.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 106 91 162 0.35 0.44 0 0.36 252.68 0.28 0.5
Hex 6A 5B A2 23 2C 0 24 FD 1C 32
Octal 152 133 242 43 54 0 44 375 34 62
Binary 1101010 1011011 10100010 100011 101100 0 100100 11111101 11100 110010

Color Harmonies of #6A5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BA2

Black with #6A5BA2

Text Example


Text Example

White with #6A5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,162); }

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

background-color css

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

 a { background-color: rgb(106,91,162); }

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

border-color css

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

 span { border-color: rgb(106,91,162); }

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