Html Css Color HEX #6E6697 Scampi

📋 copy color: '#6E6697'

red 110 ◦ green 102 ◦ blue 151

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

Shades of Scampi #6E6697

Tints of Scampi #6E6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 30.3%
G = 28.1%
B = 41.6%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E6697 (or 0x6E6697) is known color: Scampi. HEX triplet: 6E, 66 and 97. RGB value is (110,102,151). Sum of RGB (Red+Green+Blue) = 110+102+151=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E6697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6697 is #919968. Grayscale: #6D6D6D. Windows color (decimal): -9541993 or 9922158. OLE color: 9922158.

HSL color Cylindrical-coordinate representation of color #6E6697: hue angle of 249.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6697 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 102 151 -
CMYK 0.27 0.32 0 0.41
HSL 249.8º 0.19% 0.5% -
HSV(B) 249.8º 0.32% 0.59% -
XYZ 16.77 15.05 31.3 -
YUV 109.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 110 102 151 0.27 0.32 0 0.41 249.8 0.19 0.5
Hex 6E 66 97 1B 20 0 29 FA 13 32
Octal 156 146 227 33 40 0 51 372 23 62
Binary 1101110 1100110 10010111 11011 100000 0 101001 11111010 10011 110010

Color Harmonies of #6E6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6697

Black with #6E6697

Text Example


Text Example

White with #6E6697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,151); }

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

background-color css

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

 a { background-color: rgb(110,102,151); }

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

border-color css

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

 span { border-color: rgb(110,102,151); }

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