Html Css Color HEX #656598 Scampi

📋 copy color: '#656598'

red 101 ◦ green 101 ◦ blue 152

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

Shades of Scampi #656598

Tints of Scampi #656598

RGB

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

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

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

R = 28.53%
G = 28.53%
B = 42.94%

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

#656598 (or 0x656598) is known color: Scampi. HEX triplet: 65, 65 and 98. RGB value is (101,101,152). Sum of RGB (Red+Green+Blue) = 101+101+152=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #656598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656598 is #9A9A67. Grayscale: #6A6A6A. Windows color (decimal): -10132072 or 9987429. OLE color: 9987429.

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

Color convert

RGB 101 101 152 -
CMYK 0.34 0.34 0 0.40
HSL 240º 0.2% 0.5% -
HSV(B) 240º 0.34% 0.6% -
XYZ 15.69 14.34 31.65 -
YUV 106.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 101 101 152 0.34 0.34 0 0.40 240 0.2 0.5
Hex 65 65 98 22 22 0 28 F0 14 32
Octal 145 145 230 42 42 0 50 360 24 62
Binary 1100101 1100101 10011000 100010 100010 0 101000 11110000 10100 110010

Color Harmonies of #656598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656598

Black with #656598

Text Example


Text Example

White with #656598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656598; }

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

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

background-color css

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

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

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

border-color css

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

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

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