Html Css Color HEX #666593 Scampi

📋 copy color: '#666593'

red 102 ◦ green 101 ◦ blue 147

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

Shades of Scampi #666593

Tints of Scampi #666593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42%

R = 29.14%
G = 28.86%
B = 42%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666593 (or 0x666593) is known color: Scampi. HEX triplet: 66, 65 and 93. RGB value is (102,101,147). Sum of RGB (Red+Green+Blue) = 102+101+147=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #666593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666593 is #999A6C. Grayscale: #6A6A6A. Windows color (decimal): -10066541 or 9659750. OLE color: 9659750.

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

Color convert

RGB 102 101 147 -
CMYK 0.31 0.31 0 0.42
HSL 241.3º 0.19% 0.49% -
HSV(B) 241.3º 0.31% 0.58% -
XYZ 15.4 14.24 29.54 -
YUV 106.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 102 101 147 0.31 0.31 0 0.42 241.3 0.19 0.49
Hex 66 65 93 1F 1F 0 2A F1 13 31
Octal 146 145 223 37 37 0 52 361 23 61
Binary 1100110 1100101 10010011 11111 11111 0 101010 11110001 10011 110001

Color Harmonies of #666593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666593

Black with #666593

Text Example


Text Example

White with #666593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666593; }

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

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

background-color css

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

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

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

border-color css

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

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

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