Html Css Color HEX #6E669A Scampi

📋 copy color: '#6E669A'

red 110 ◦ green 102 ◦ blue 154

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

Shades of Scampi #6E669A

Tints of Scampi #6E669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

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

R = 30.05%
G = 27.87%
B = 42.08%

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

#6E669A (or 0x6E669A) is known color: Scampi. HEX triplet: 6E, 66 and 9A. RGB value is (110,102,154). Sum of RGB (Red+Green+Blue) = 110+102+154=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669A is #919965. Grayscale: #6E6E6E. Windows color (decimal): -9541990 or 10118766. OLE color: 10118766.

HSL color Cylindrical-coordinate representation of color #6E669A: hue angle of 249.23º degrees, saturation: 0.2, 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 #6E669A is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 102 154 -
CMYK 0.29 0.34 0 0.40
HSL 249.23º 0.2% 0.5% -
HSV(B) 249.23º 0.34% 0.6% -
XYZ 17.01 15.15 32.6 -
YUV 110.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 110 102 154 0.29 0.34 0 0.40 249.23 0.2 0.5
Hex 6E 66 9A 1D 22 0 28 F9 14 32
Octal 156 146 232 35 42 0 50 371 24 62
Binary 1101110 1100110 10011010 11101 100010 0 101000 11111001 10100 110010

Color Harmonies of #6E669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E669A

Black with #6E669A

Text Example


Text Example

White with #6E669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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