Html Css Color HEX #6E63AA Scampi

📋 copy color: '#6E63AA'

red 110 ◦ green 99 ◦ blue 170

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

Shades of Scampi #6E63AA

Tints of Scampi #6E63AA

RGB

 RED value IS 110 (43.36% from 255) = 29.02%

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 29.02%
G = 26.12%
B = 44.85%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E63AA (or 0x6E63AA) is known color: Scampi. HEX triplet: 6E, 63 and AA. RGB value is (110,99,170). Sum of RGB (Red+Green+Blue) = 110+99+170=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E63AA is #919C55. Grayscale: #6E6E6E. Windows color (decimal): -9542742 or 11166574. OLE color: 11166574.

HSL color Cylindrical-coordinate representation of color #6E63AA: hue angle of 249.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E63AA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 99 170 -
CMYK 0.35 0.42 0 0.33
HSL 249.3º 0.29% 0.53% -
HSV(B) 249.3º 0.42% 0.67% -
XYZ 18.15 15.14 40 -
YUV 110.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 110 99 170 0.35 0.42 0 0.33 249.3 0.29 0.53
Hex 6E 63 AA 23 2A 0 21 F9 1D 35
Octal 156 143 252 43 52 0 41 371 35 65
Binary 1101110 1100011 10101010 100011 101010 0 100001 11111001 11101 110101

Color Harmonies of #6E63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E63AA

Black with #6E63AA

Text Example


Text Example

White with #6E63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,170); }

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

background-color css

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

 a { background-color: rgb(110,99,170); }

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

border-color css

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

 span { border-color: rgb(110,99,170); }

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