Html Css Color HEX #6E659A Scampi

📋 copy color: '#6E659A'

red 110 ◦ green 101 ◦ blue 154

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

Shades of Scampi #6E659A

Tints of Scampi #6E659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 30.14%
G = 27.67%
B = 42.19%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E659A (or 0x6E659A) is known color: Scampi. HEX triplet: 6E, 65 and 9A. RGB value is (110,101,154). Sum of RGB (Red+Green+Blue) = 110+101+154=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659A is #919A65. Grayscale: #6D6D6D. Windows color (decimal): -9542246 or 10118510. OLE color: 10118510.

HSL color Cylindrical-coordinate representation of color #6E659A: hue angle of 250.19º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E659A is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 101 154 -
CMYK 0.29 0.34 0 0.40
HSL 250.19º 0.21% 0.5% -
HSV(B) 250.19º 0.34% 0.6% -
XYZ 16.92 14.96 32.57 -
YUV 109.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 110 101 154 0.29 0.34 0 0.40 250.19 0.21 0.5
Hex 6E 65 9A 1D 22 0 28 FA 15 32
Octal 156 145 232 35 42 0 50 372 25 62
Binary 1101110 1100101 10011010 11101 100010 0 101000 11111010 10101 110010

Color Harmonies of #6E659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E659A

Black with #6E659A

Text Example


Text Example

White with #6E659A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,154); }

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

background-color css

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

 a { background-color: rgb(110,101,154); }

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

border-color css

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

 span { border-color: rgb(110,101,154); }

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