Html Css Color HEX #656493 Scampi

📋 copy color: '#656493'

red 101 ◦ green 100 ◦ blue 147

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

Shades of Scampi #656493

Tints of Scampi #656493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 29.02%
G = 28.74%
B = 42.24%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#656493 (or 0x656493) is known color: Scampi. HEX triplet: 65, 64 and 93. RGB value is (101,100,147). Sum of RGB (Red+Green+Blue) = 101+100+147=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #656493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656493 is #9A9B6C. Grayscale: #696969. Windows color (decimal): -10132333 or 9659493. OLE color: 9659493.

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

Color convert

RGB 101 100 147 -
CMYK 0.31 0.32 0 0.42
HSL 241.28º 0.19% 0.48% -
HSV(B) 241.28º 0.32% 0.58% -
XYZ 15.19 13.99 29.5 -
YUV 105.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 101 100 147 0.31 0.32 0 0.42 241.28 0.19 0.48
Hex 65 64 93 1F 20 0 2A F1 13 30
Octal 145 144 223 37 40 0 52 361 23 60
Binary 1100101 1100100 10010011 11111 100000 0 101010 11110001 10011 110000

Color Harmonies of #656493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656493

Black with #656493

Text Example


Text Example

White with #656493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656493; }

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

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

background-color css

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

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

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

border-color css

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

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

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