Html Css Color HEX #6E6497 Scampi

📋 copy color: '#6E6497'

red 110 ◦ green 100 ◦ blue 151

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

Shades of Scampi #6E6497

Tints of Scampi #6E6497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 30.47%
G = 27.7%
B = 41.83%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E6497 (or 0x6E6497) is known color: Scampi. HEX triplet: 6E, 64 and 97. RGB value is (110,100,151). Sum of RGB (Red+Green+Blue) = 110+100+151=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E6497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6497 is #919B68. Grayscale: #6C6C6C. Windows color (decimal): -9542505 or 9921646. OLE color: 9921646.

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

Color convert

RGB 110 100 151 -
CMYK 0.27 0.34 0 0.41
HSL 251.76º 0.2% 0.49% -
HSV(B) 251.76º 0.34% 0.59% -
XYZ 16.57 14.66 31.24 -
YUV 108.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 110 100 151 0.27 0.34 0 0.41 251.76 0.2 0.49
Hex 6E 64 97 1B 22 0 29 FC 14 31
Octal 156 144 227 33 42 0 51 374 24 61
Binary 1101110 1100100 10010111 11011 100010 0 101001 11111100 10100 110001

Color Harmonies of #6E6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6497

Black with #6E6497

Text Example


Text Example

White with #6E6497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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