Html Css Color HEX #6E63A9 Scampi

📋 copy color: '#6E63A9'

red 110 ◦ green 99 ◦ blue 169

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

Shades of Scampi #6E63A9

Tints of Scampi #6E63A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 29.1%
G = 26.19%
B = 44.71%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6E63A9 (or 0x6E63A9) is known color: Scampi. HEX triplet: 6E, 63 and A9. RGB value is (110,99,169). Sum of RGB (Red+Green+Blue) = 110+99+169=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E63A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E63A9 is #919C56. Grayscale: #6E6E6E. Windows color (decimal): -9542743 or 11101038. OLE color: 11101038.

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

Color convert

RGB 110 99 169 -
CMYK 0.35 0.41 0 0.34
HSL 249.43º 0.29% 0.53% -
HSV(B) 249.43º 0.41% 0.66% -
XYZ 18.05 15.1 39.5 -
YUV 110.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 110 99 169 0.35 0.41 0 0.34 249.43 0.29 0.53
Hex 6E 63 A9 23 29 0 22 F9 1D 35
Octal 156 143 251 43 51 0 42 371 35 65
Binary 1101110 1100011 10101001 100011 101001 0 100010 11111001 11101 110101

Color Harmonies of #6E63A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E63A9

Black with #6E63A9

Text Example


Text Example

White with #6E63A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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