Html Css Color HEX #666692 Scampi

📋 copy color: '#666692'

red 102 ◦ green 102 ◦ blue 146

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

Shades of Scampi #666692

Tints of Scampi #666692

RGB

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

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

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

R = 29.14%
G = 29.14%
B = 41.71%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#666692 (or 0x666692) is known color: Scampi. HEX triplet: 66, 66 and 92. RGB value is (102,102,146). Sum of RGB (Red+Green+Blue) = 102+102+146=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #666692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666692 is #99996D. Grayscale: #6A6A6A. Windows color (decimal): -10066286 or 9594470. OLE color: 9594470.

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

Color convert

RGB 102 102 146 -
CMYK 0.30 0.30 0 0.43
HSL 240º 0.18% 0.49% -
HSV(B) 240º 0.3% 0.57% -
XYZ 15.42 14.4 29.16 -
YUV 107.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 102 102 146 0.30 0.30 0 0.43 240 0.18 0.49
Hex 66 66 92 1E 1E 0 2B F0 12 31
Octal 146 146 222 36 36 0 53 360 22 61
Binary 1100110 1100110 10010010 11110 11110 0 101011 11110000 10010 110001

Color Harmonies of #666692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666692

Black with #666692

Text Example


Text Example

White with #666692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666692; }

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

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

background-color css

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

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

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

border-color css

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

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

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