Html Css Color HEX #656198 Scampi

📋 copy color: '#656198'

red 101 ◦ green 97 ◦ blue 152

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

Shades of Scampi #656198

Tints of Scampi #656198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 28.86%
G = 27.71%
B = 43.43%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#656198 (or 0x656198) is known color: Scampi. HEX triplet: 65, 61 and 98. RGB value is (101,97,152). Sum of RGB (Red+Green+Blue) = 101+97+152=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #656198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656198 is #9A9E67. Grayscale: #686868. Windows color (decimal): -10133096 or 9986405. OLE color: 9986405.

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

Color convert

RGB 101 97 152 -
CMYK 0.34 0.36 0 0.40
HSL 244.36º 0.22% 0.49% -
HSV(B) 244.36º 0.36% 0.6% -
XYZ 15.31 13.58 31.52 -
YUV 104.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 101 97 152 0.34 0.36 0 0.40 244.36 0.22 0.49
Hex 65 61 98 22 24 0 28 F4 16 31
Octal 145 141 230 42 44 0 50 364 26 61
Binary 1100101 1100001 10011000 100010 100100 0 101000 11110100 10110 110001

Color Harmonies of #656198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656198

Black with #656198

Text Example


Text Example

White with #656198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656198; }

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

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

background-color css

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

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

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

border-color css

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

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

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