Html Css Color HEX #656698 Scampi

📋 copy color: '#656698'

red 101 ◦ green 102 ◦ blue 152

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

Shades of Scampi #656698

Tints of Scampi #656698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 28.45%
G = 28.73%
B = 42.82%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#656698 (or 0x656698) is known color: Scampi. HEX triplet: 65, 66 and 98. RGB value is (101,102,152). Sum of RGB (Red+Green+Blue) = 101+102+152=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #656698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656698 is #9A9967. Grayscale: #6B6B6B. Windows color (decimal): -10131816 or 9987685. OLE color: 9987685.

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

Color convert

RGB 101 102 152 -
CMYK 0.34 0.33 0 0.40
HSL 238.82º 0.2% 0.5% -
HSV(B) 238.82º 0.34% 0.6% -
XYZ 15.79 14.54 31.68 -
YUV 107.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 101 102 152 0.34 0.33 0 0.40 238.82 0.2 0.5
Hex 65 66 98 22 21 0 28 EF 14 32
Octal 145 146 230 42 41 0 50 357 24 62
Binary 1100101 1100110 10011000 100010 100001 0 101000 11101111 10100 110010

Color Harmonies of #656698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656698

Black with #656698

Text Example


Text Example

White with #656698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656698; }

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

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

background-color css

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

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

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

border-color css

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

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

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