Html Css Color HEX #6E6295 Scampi

📋 copy color: '#6E6295'

red 110 ◦ green 98 ◦ blue 149

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

Shades of Scampi #6E6295

Tints of Scampi #6E6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 30.81%
G = 27.45%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E6295 (or 0x6E6295) is known color: Scampi. HEX triplet: 6E, 62 and 95. RGB value is (110,98,149). Sum of RGB (Red+Green+Blue) = 110+98+149=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E6295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6295 is #919D6A. Grayscale: #6B6B6B. Windows color (decimal): -9543019 or 9790062. OLE color: 9790062.

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

Color convert

RGB 110 98 149 -
CMYK 0.26 0.34 0 0.42
HSL 254.12º 0.21% 0.48% -
HSV(B) 254.12º 0.34% 0.58% -
XYZ 16.22 14.22 30.32 -
YUV 107.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 110 98 149 0.26 0.34 0 0.42 254.12 0.21 0.48
Hex 6E 62 95 1A 22 0 2A FE 15 30
Octal 156 142 225 32 42 0 52 376 25 60
Binary 1101110 1100010 10010101 11010 100010 0 101010 11111110 10101 110000

Color Harmonies of #6E6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6295

Black with #6E6295

Text Example


Text Example

White with #6E6295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,98,149); }

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

background-color css

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

 a { background-color: rgb(110,98,149); }

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

border-color css

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

 span { border-color: rgb(110,98,149); }

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