Html Css Color HEX #666499 Scampi

📋 copy color: '#666499'

red 102 ◦ green 100 ◦ blue 153

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

Shades of Scampi #666499

Tints of Scampi #666499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 28.73%
G = 28.17%
B = 43.1%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#666499 (or 0x666499) is known color: Scampi. HEX triplet: 66, 64 and 99. RGB value is (102,100,153). Sum of RGB (Red+Green+Blue) = 102+100+153=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #666499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666499 is #999B66. Grayscale: #6A6A6A. Windows color (decimal): -10066791 or 10052710. OLE color: 10052710.

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

Color convert

RGB 102 100 153 -
CMYK 0.33 0.35 0 0.4
HSL 242.26º 0.21% 0.5% -
HSV(B) 242.26º 0.35% 0.6% -
XYZ 15.79 14.24 32.05 -
YUV 106.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 102 100 153 0.33 0.35 0 0.4 242.26 0.21 0.5
Hex 66 64 99 21 23 0 28 F2 15 32
Octal 146 144 231 41 43 0 50 362 25 62
Binary 1100110 1100100 10011001 100001 100011 0 101000 11110010 10101 110010

Color Harmonies of #666499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666499

Black with #666499

Text Example


Text Example

White with #666499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666499; }

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

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

background-color css

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

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

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

border-color css

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

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

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