Html Css Color HEX #666296 Scampi

📋 copy color: '#666296'

red 102 ◦ green 98 ◦ blue 150

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

Shades of Scampi #666296

Tints of Scampi #666296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 29.14%
G = 28%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#666296 (or 0x666296) is known color: Scampi. HEX triplet: 66, 62 and 96. RGB value is (102,98,150). Sum of RGB (Red+Green+Blue) = 102+98+150=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #666296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666296 is #999D69. Grayscale: #686868. Windows color (decimal): -10067306 or 9855590. OLE color: 9855590.

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

Color convert

RGB 102 98 150 -
CMYK 0.32 0.35 0 0.41
HSL 244.62º 0.21% 0.49% -
HSV(B) 244.62º 0.35% 0.59% -
XYZ 15.35 13.76 30.7 -
YUV 105.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 102 98 150 0.32 0.35 0 0.41 244.62 0.21 0.49
Hex 66 62 96 20 23 0 29 F5 15 31
Octal 146 142 226 40 43 0 51 365 25 61
Binary 1100110 1100010 10010110 100000 100011 0 101001 11110101 10101 110001

Color Harmonies of #666296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666296

Black with #666296

Text Example


Text Example

White with #666296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666296; }

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

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

background-color css

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

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

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

border-color css

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

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

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