Html Css Color HEX #666595 Scampi

📋 copy color: '#666595'

red 102 ◦ green 101 ◦ blue 149

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

Shades of Scampi #666595

Tints of Scampi #666595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 28.98%
G = 28.69%
B = 42.33%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666595 (or 0x666595) is known color: Scampi. HEX triplet: 66, 65 and 95. RGB value is (102,101,149). Sum of RGB (Red+Green+Blue) = 102+101+149=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #666595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666595 is #999A6A. Grayscale: #6A6A6A. Windows color (decimal): -10066539 or 9790822. OLE color: 9790822.

HSL color Cylindrical-coordinate representation of color #666595: hue angle of 241.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666595 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 101 149 -
CMYK 0.32 0.32 0 0.42
HSL 241.25º 0.19% 0.49% -
HSV(B) 241.25º 0.32% 0.58% -
XYZ 15.56 14.3 30.37 -
YUV 106.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 102 101 149 0.32 0.32 0 0.42 241.25 0.19 0.49
Hex 66 65 95 20 20 0 2A F1 13 31
Octal 146 145 225 40 40 0 52 361 23 61
Binary 1100110 1100101 10010101 100000 100000 0 101010 11110001 10011 110001

Color Harmonies of #666595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666595

Black with #666595

Text Example


Text Example

White with #666595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666595; }

 p { color: rgb(102,101,149); }

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

background-color css

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

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

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

border-color css

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

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

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