Html Css Color HEX #666392 Scampi

📋 copy color: '#666392'

red 102 ◦ green 99 ◦ blue 146

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

Shades of Scampi #666392

Tints of Scampi #666392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 29.39%
G = 28.53%
B = 42.07%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#666392 (or 0x666392) is known color: Scampi. HEX triplet: 66, 63 and 92. RGB value is (102,99,146). Sum of RGB (Red+Green+Blue) = 102+99+146=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #666392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666392 is #999C6D. Grayscale: #696969. Windows color (decimal): -10067054 or 9593702. OLE color: 9593702.

HSL color Cylindrical-coordinate representation of color #666392: hue angle of 243.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666392 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 99 146 -
CMYK 0.30 0.32 0 0.43
HSL 243.83º 0.19% 0.48% -
HSV(B) 243.83º 0.32% 0.57% -
XYZ 15.13 13.82 29.06 -
YUV 105.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 102 99 146 0.30 0.32 0 0.43 243.83 0.19 0.48
Hex 66 63 92 1E 20 0 2B F4 13 30
Octal 146 143 222 36 40 0 53 364 23 60
Binary 1100110 1100011 10010010 11110 100000 0 101011 11110100 10011 110000

Color Harmonies of #666392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666392

Black with #666392

Text Example


Text Example

White with #666392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666392; }

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

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

background-color css

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

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

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

border-color css

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

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

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