Html Css Color HEX #666591 Scampi

📋 copy color: '#666591'

red 102 ◦ green 101 ◦ blue 145

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

Shades of Scampi #666591

Tints of Scampi #666591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 29.31%
G = 29.02%
B = 41.67%

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

#666591 (or 0x666591) is known color: Scampi. HEX triplet: 66, 65 and 91. RGB value is (102,101,145). Sum of RGB (Red+Green+Blue) = 102+101+145=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #666591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666591 is #999A6E. Grayscale: #6A6A6A. Windows color (decimal): -10066543 or 9528678. OLE color: 9528678.

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

Color convert

RGB 102 101 145 -
CMYK 0.30 0.30 0 0.43
HSL 241.36º 0.18% 0.48% -
HSV(B) 241.36º 0.3% 0.57% -
XYZ 15.24 14.18 28.72 -
YUV 106.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 102 101 145 0.30 0.30 0 0.43 241.36 0.18 0.48
Hex 66 65 91 1E 1E 0 2B F1 12 30
Octal 146 145 221 36 36 0 53 361 22 60
Binary 1100110 1100101 10010001 11110 11110 0 101011 11110001 10010 110000

Color Harmonies of #666591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666591

Black with #666591

Text Example


Text Example

White with #666591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666591; }

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

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

background-color css

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

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

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

border-color css

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

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

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