Html Css Color HEX #666397 Scampi

📋 copy color: '#666397'

red 102 ◦ green 99 ◦ blue 151

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

Shades of Scampi #666397

Tints of Scampi #666397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 28.98%
G = 28.13%
B = 42.9%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#666397 (or 0x666397) is known color: Scampi. HEX triplet: 66, 63 and 97. RGB value is (102,99,151). Sum of RGB (Red+Green+Blue) = 102+99+151=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #666397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666397 is #999C68. Grayscale: #696969. Windows color (decimal): -10067049 or 9921382. OLE color: 9921382.

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

Color convert

RGB 102 99 151 -
CMYK 0.32 0.34 0 0.41
HSL 243.46º 0.21% 0.49% -
HSV(B) 243.46º 0.34% 0.59% -
XYZ 15.53 13.98 31.16 -
YUV 105.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 102 99 151 0.32 0.34 0 0.41 243.46 0.21 0.49
Hex 66 63 97 20 22 0 29 F3 15 31
Octal 146 143 227 40 42 0 51 363 25 61
Binary 1100110 1100011 10010111 100000 100010 0 101001 11110011 10101 110001

Color Harmonies of #666397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666397

Black with #666397

Text Example


Text Example

White with #666397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666397; }

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

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

background-color css

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

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

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

border-color css

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

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

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