Html Css Color HEX #656899 Scampi

📋 copy color: '#656899'

red 101 ◦ green 104 ◦ blue 153

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

Shades of Scampi #656899

Tints of Scampi #656899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 28.21%
G = 29.05%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#656899 (or 0x656899) is known color: Scampi. HEX triplet: 65, 68 and 99. RGB value is (101,104,153). Sum of RGB (Red+Green+Blue) = 101+104+153=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #656899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656899 is #9A9766. Grayscale: #6C6C6C. Windows color (decimal): -10131303 or 10053733. OLE color: 10053733.

HSL color Cylindrical-coordinate representation of color #656899: hue angle of 236.54º 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 #656899 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 104 153 -
CMYK 0.34 0.32 0 0.4
HSL 236.54º 0.2% 0.5% -
HSV(B) 236.54º 0.34% 0.6% -
XYZ 16.07 14.97 32.18 -
YUV 108.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 101 104 153 0.34 0.32 0 0.4 236.54 0.2 0.5
Hex 65 68 99 22 20 0 28 ED 14 32
Octal 145 150 231 42 40 0 50 355 24 62
Binary 1100101 1101000 10011001 100010 100000 0 101000 11101101 10100 110010

Color Harmonies of #656899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656899

Black with #656899

Text Example


Text Example

White with #656899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656899; }

 p { color: rgb(101,104,153); }

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

background-color css

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

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

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

border-color css

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

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

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