Html Css Color HEX #6E6894 Scampi

📋 copy color: '#6E6894'

red 110 ◦ green 104 ◦ blue 148

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

Shades of Scampi #6E6894

Tints of Scampi #6E6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 30.39%
G = 28.73%
B = 40.88%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E6894 (or 0x6E6894) is known color: Scampi. HEX triplet: 6E, 68 and 94. RGB value is (110,104,148). Sum of RGB (Red+Green+Blue) = 110+104+148=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6894 is #91976B. Grayscale: #6E6E6E. Windows color (decimal): -9541484 or 9726062. OLE color: 9726062.

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

Color convert

RGB 110 104 148 -
CMYK 0.26 0.30 0 0.42
HSL 248.18º 0.17% 0.49% -
HSV(B) 248.18º 0.3% 0.58% -
XYZ 16.73 15.35 30.1 -
YUV 110.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 110 104 148 0.26 0.30 0 0.42 248.18 0.17 0.49
Hex 6E 68 94 1A 1E 0 2A F8 11 31
Octal 156 150 224 32 36 0 52 370 21 61
Binary 1101110 1101000 10010100 11010 11110 0 101010 11111000 10001 110001

Color Harmonies of #6E6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6894

Black with #6E6894

Text Example


Text Example

White with #6E6894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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