Html Css Color HEX #666195 Scampi

📋 copy color: '#666195'

red 102 ◦ green 97 ◦ blue 149

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

Shades of Scampi #666195

Tints of Scampi #666195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 29.31%
G = 27.87%
B = 42.82%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666195 (or 0x666195) is known color: Scampi. HEX triplet: 66, 61 and 95. RGB value is (102,97,149). Sum of RGB (Red+Green+Blue) = 102+97+149=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #666195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666195 is #999E6A. Grayscale: #686868. Windows color (decimal): -10067563 or 9789798. OLE color: 9789798.

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

Color convert

RGB 102 97 149 -
CMYK 0.32 0.35 0 0.42
HSL 245.77º 0.21% 0.48% -
HSV(B) 245.77º 0.35% 0.58% -
XYZ 15.18 13.54 30.25 -
YUV 104.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 102 97 149 0.32 0.35 0 0.42 245.77 0.21 0.48
Hex 66 61 95 20 23 0 2A F6 15 30
Octal 146 141 225 40 43 0 52 366 25 60
Binary 1100110 1100001 10010101 100000 100011 0 101010 11110110 10101 110000

Color Harmonies of #666195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666195

Black with #666195

Text Example


Text Example

White with #666195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666195; }

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

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

background-color css

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

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

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

border-color css

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

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

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