Html Css Color HEX #6E6996 Scampi

📋 copy color: '#6E6996'

red 110 ◦ green 105 ◦ blue 150

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

Shades of Scampi #6E6996

Tints of Scampi #6E6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 30.14%
G = 28.77%
B = 41.1%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E6996 (or 0x6E6996) is known color: Scampi. HEX triplet: 6E, 69 and 96. RGB value is (110,105,150). Sum of RGB (Red+Green+Blue) = 110+105+150=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E6996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6996 is #919669. Grayscale: #6F6F6F. Windows color (decimal): -9541226 or 9857390. OLE color: 9857390.

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

Color convert

RGB 110 105 150 -
CMYK 0.27 0.30 0 0.41
HSL 246.67º 0.18% 0.5% -
HSV(B) 246.67º 0.3% 0.59% -
XYZ 16.99 15.62 30.97 -
YUV 111.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 110 105 150 0.27 0.30 0 0.41 246.67 0.18 0.5
Hex 6E 69 96 1B 1E 0 29 F7 12 32
Octal 156 151 226 33 36 0 51 367 22 62
Binary 1101110 1101001 10010110 11011 11110 0 101001 11110111 10010 110010

Color Harmonies of #6E6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6996

Black with #6E6996

Text Example


Text Example

White with #6E6996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,105,150); }

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

background-color css

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

 a { background-color: rgb(110,105,150); }

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

border-color css

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

 span { border-color: rgb(110,105,150); }

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