Html Css Color HEX #666696 Scampi

📋 copy color: '#666696'

red 102 ◦ green 102 ◦ blue 150

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

Shades of Scampi #666696

Tints of Scampi #666696

RGB

 RED value IS 102 (40.23% from 255) = 28.81%

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

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 28.81%
G = 28.81%
B = 42.37%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#666696 (or 0x666696) is known color: Scampi. HEX triplet: 66, 66 and 96. RGB value is (102,102,150). Sum of RGB (Red+Green+Blue) = 102+102+150=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #666696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666696 is #999969. Grayscale: #6B6B6B. Windows color (decimal): -10066282 or 9856614. OLE color: 9856614.

HSL color Cylindrical-coordinate representation of color #666696: hue angle of 240º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666696 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 102 150 -
CMYK 0.32 0.32 0 0.41
HSL 240º 0.19% 0.49% -
HSV(B) 240º 0.32% 0.59% -
XYZ 15.74 14.53 30.83 -
YUV 107.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 102 102 150 0.32 0.32 0 0.41 240 0.19 0.49
Hex 66 66 96 20 20 0 29 F0 13 31
Octal 146 146 226 40 40 0 51 360 23 61
Binary 1100110 1100110 10010110 100000 100000 0 101001 11110000 10011 110001

Color Harmonies of #666696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666696

Black with #666696

Text Example


Text Example

White with #666696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666696; }

 p { color: rgb(102,102,150); }

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

background-color css

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

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

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

border-color css

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

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

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