Html Css Color HEX #666391 Scampi

📋 copy color: '#666391'

red 102 ◦ green 99 ◦ blue 145

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

Shades of Scampi #666391

Tints of Scampi #666391

RGB

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

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

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

R = 29.48%
G = 28.61%
B = 41.91%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#666391 (or 0x666391) is known color: Scampi. HEX triplet: 66, 63 and 91. RGB value is (102,99,145). Sum of RGB (Red+Green+Blue) = 102+99+145=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #666391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666391 is #999C6E. Grayscale: #686868. Windows color (decimal): -10067055 or 9528166. OLE color: 9528166.

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

Color convert

RGB 102 99 145 -
CMYK 0.30 0.32 0 0.43
HSL 243.91º 0.19% 0.48% -
HSV(B) 243.91º 0.32% 0.57% -
XYZ 15.05 13.79 28.66 -
YUV 105.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 102 99 145 0.30 0.32 0 0.43 243.91 0.19 0.48
Hex 66 63 91 1E 20 0 2B F4 13 30
Octal 146 143 221 36 40 0 53 364 23 60
Binary 1100110 1100011 10010001 11110 100000 0 101011 11110100 10011 110000

Color Harmonies of #666391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666391

Black with #666391

Text Example


Text Example

White with #666391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666391; }

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

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

background-color css

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

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

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

border-color css

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

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

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