Html Css Color HEX #666396 Scampi

📋 copy color: '#666396'

red 102 ◦ green 99 ◦ blue 150

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

Shades of Scampi #666396

Tints of Scampi #666396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 29.06%
G = 28.21%
B = 42.74%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#666396 (or 0x666396) is known color: Scampi. HEX triplet: 66, 63 and 96. RGB value is (102,99,150). Sum of RGB (Red+Green+Blue) = 102+99+150=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #666396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666396 is #999C69. Grayscale: #696969. Windows color (decimal): -10067050 or 9855846. OLE color: 9855846.

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

Color convert

RGB 102 99 150 -
CMYK 0.32 0.34 0 0.41
HSL 243.53º 0.2% 0.49% -
HSV(B) 243.53º 0.34% 0.59% -
XYZ 15.45 13.95 30.73 -
YUV 105.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 102 99 150 0.32 0.34 0 0.41 243.53 0.2 0.49
Hex 66 63 96 20 22 0 29 F4 14 31
Octal 146 143 226 40 42 0 51 364 24 61
Binary 1100110 1100011 10010110 100000 100010 0 101001 11110100 10100 110001

Color Harmonies of #666396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666396

Black with #666396

Text Example


Text Example

White with #666396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666396; }

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

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

background-color css

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

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

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

border-color css

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

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

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