Html Css Color HEX #6E66AA Scampi

📋 copy color: '#6E66AA'

red 110 ◦ green 102 ◦ blue 170

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

Shades of Scampi #6E66AA

Tints of Scampi #6E66AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 28.8%
G = 26.7%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E66AA (or 0x6E66AA) is known color: Scampi. HEX triplet: 6E, 66 and AA. RGB value is (110,102,170). Sum of RGB (Red+Green+Blue) = 110+102+170=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E66AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E66AA is #919955. Grayscale: #6F6F6F. Windows color (decimal): -9541974 or 11167342. OLE color: 11167342.

HSL color Cylindrical-coordinate representation of color #6E66AA: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E66AA is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 102 170 -
CMYK 0.35 0.4 0 0.33
HSL 247.06º 0.29% 0.53% -
HSV(B) 247.06º 0.4% 0.67% -
XYZ 18.44 15.72 40.09 -
YUV 112.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 110 102 170 0.35 0.4 0 0.33 247.06 0.29 0.53
Hex 6E 66 AA 23 28 0 21 F7 1D 35
Octal 156 146 252 43 50 0 41 367 35 65
Binary 1101110 1100110 10101010 100011 101000 0 100001 11110111 11101 110101

Color Harmonies of #6E66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66AA

Black with #6E66AA

Text Example


Text Example

White with #6E66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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