Html Css Color HEX #656498 Scampi

📋 copy color: '#656498'

red 101 ◦ green 100 ◦ blue 152

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

Shades of Scampi #656498

Tints of Scampi #656498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.06%

R = 28.61%
G = 28.33%
B = 43.06%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#656498 (or 0x656498) is known color: Scampi. HEX triplet: 65, 64 and 98. RGB value is (101,100,152). Sum of RGB (Red+Green+Blue) = 101+100+152=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #656498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656498 is #9A9B67. Grayscale: #6A6A6A. Windows color (decimal): -10132328 or 9987173. OLE color: 9987173.

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

Color convert

RGB 101 100 152 -
CMYK 0.34 0.34 0 0.40
HSL 241.15º 0.21% 0.49% -
HSV(B) 241.15º 0.34% 0.6% -
XYZ 15.59 14.15 31.61 -
YUV 106.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 101 100 152 0.34 0.34 0 0.40 241.15 0.21 0.49
Hex 65 64 98 22 22 0 28 F1 15 31
Octal 145 144 230 42 42 0 50 361 25 61
Binary 1100101 1100100 10011000 100010 100010 0 101000 11110001 10101 110001

Color Harmonies of #656498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656498

Black with #656498

Text Example


Text Example

White with #656498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656498; }

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

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

background-color css

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

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

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

border-color css

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

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

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