Html Css Color HEX #6E6494 Scampi

📋 copy color: '#6E6494'

red 110 ◦ green 100 ◦ blue 148

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

Shades of Scampi #6E6494

Tints of Scampi #6E6494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 30.73%
G = 27.93%
B = 41.34%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E6494 (or 0x6E6494) is known color: Scampi. HEX triplet: 6E, 64 and 94. RGB value is (110,100,148). Sum of RGB (Red+Green+Blue) = 110+100+148=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E6494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6494 is #919B6B. Grayscale: #6C6C6C. Windows color (decimal): -9542508 or 9725038. OLE color: 9725038.

HSL color Cylindrical-coordinate representation of color #6E6494: hue angle of 252.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6494 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 100 148 -
CMYK 0.26 0.32 0 0.42
HSL 252.5º 0.19% 0.49% -
HSV(B) 252.5º 0.32% 0.58% -
XYZ 16.33 14.57 29.97 -
YUV 108.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 110 100 148 0.26 0.32 0 0.42 252.5 0.19 0.49
Hex 6E 64 94 1A 20 0 2A FD 13 31
Octal 156 144 224 32 40 0 52 375 23 61
Binary 1101110 1100100 10010100 11010 100000 0 101010 11111101 10011 110001

Color Harmonies of #6E6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6494

Black with #6E6494

Text Example


Text Example

White with #6E6494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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