Html Css Color HEX #666699 Scampi

📋 copy color: '#666699'

red 102 ◦ green 102 ◦ blue 153

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

Shades of Scampi #666699

Tints of Scampi #666699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 28.57%
G = 28.57%
B = 42.86%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#666699 (or 0x666699) is known color: Scampi. HEX triplet: 66, 66 and 99. RGB value is (102,102,153). Sum of RGB (Red+Green+Blue) = 102+102+153=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #666699 is a web safe color. Inversed color of #666699 is #999966. Grayscale: #6B6B6B. Windows color (decimal): -10066279 or 10053222. OLE color: 10053222.

HSL color Cylindrical-coordinate representation of color #666699: hue angle of 240º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666699 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 102 153 -
CMYK 0.33 0.33 0 0.4
HSL 240º 0.2% 0.5% -
HSV(B) 240º 0.33% 0.6% -
XYZ 15.98 14.63 32.12 -
YUV 107.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 102 102 153 0.33 0.33 0 0.4 240 0.2 0.5
Hex 66 66 99 21 21 0 28 F0 14 32
Octal 146 146 231 41 41 0 50 360 24 62
Binary 1100110 1100110 10011001 100001 100001 0 101000 11110000 10100 110010

Color Harmonies of #666699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666699

Black with #666699

Text Example


Text Example

White with #666699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666699; }

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

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

background-color css

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

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

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

border-color css

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

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

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