Html Css Color HEX #656799 Scampi

📋 copy color: '#656799'

red 101 ◦ green 103 ◦ blue 153

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

Shades of Scampi #656799

Tints of Scampi #656799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

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

R = 28.29%
G = 28.85%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#656799 (or 0x656799) is known color: Scampi. HEX triplet: 65, 67 and 99. RGB value is (101,103,153). Sum of RGB (Red+Green+Blue) = 101+103+153=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #656799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656799 is #9A9866. Grayscale: #6B6B6B. Windows color (decimal): -10131559 or 10053477. OLE color: 10053477.

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

Color convert

RGB 101 103 153 -
CMYK 0.34 0.33 0 0.4
HSL 237.69º 0.2% 0.5% -
HSV(B) 237.69º 0.34% 0.6% -
XYZ 15.97 14.77 32.15 -
YUV 108.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 101 103 153 0.34 0.33 0 0.4 237.69 0.2 0.5
Hex 65 67 99 22 21 0 28 EE 14 32
Octal 145 147 231 42 41 0 50 356 24 62
Binary 1100101 1100111 10011001 100010 100001 0 101000 11101110 10100 110010

Color Harmonies of #656799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656799

Black with #656799

Text Example


Text Example

White with #656799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656799; }

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

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

background-color css

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

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

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

border-color css

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

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

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