Html Css Color HEX #6B5AA0 Scampi

📋 copy color: '#6B5AA0'

red 107 ◦ green 90 ◦ blue 160

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

Shades of Scampi #6B5AA0

Tints of Scampi #6B5AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 29.97%
G = 25.21%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6B5AA0 (or 0x6B5AA0) is known color: Scampi. HEX triplet: 6B, 5A and A0. RGB value is (107,90,160). Sum of RGB (Red+Green+Blue) = 107+90+160=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B5AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AA0 is #94A55F. Grayscale: #666666. Windows color (decimal): -9741664 or 10508907. OLE color: 10508907.

HSL color Cylindrical-coordinate representation of color #6B5AA0: hue angle of 254.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5AA0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 90 160 -
CMYK 0.33 0.44 0 0.37
HSL 254.57º 0.28% 0.49% -
HSV(B) 254.57º 0.44% 0.63% -
XYZ 16.06 12.98 34.92 -
YUV 103.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 107 90 160 0.33 0.44 0 0.37 254.57 0.28 0.49
Hex 6B 5A A0 21 2C 0 25 FF 1C 31
Octal 153 132 240 41 54 0 45 377 34 61
Binary 1101011 1011010 10100000 100001 101100 0 100101 11111111 11100 110001

Color Harmonies of #6B5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AA0

Black with #6B5AA0

Text Example


Text Example

White with #6B5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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