Html Css Color HEX #655CA0 Scampi

📋 copy color: '#655CA0'

red 101 ◦ green 92 ◦ blue 160

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

Shades of Scampi #655CA0

Tints of Scampi #655CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 160 (62.89% from 255) = 45.33%

R = 28.61%
G = 26.06%
B = 45.33%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#655CA0 (or 0x655CA0) is known color: Scampi. HEX triplet: 65, 5C and A0. RGB value is (101,92,160). Sum of RGB (Red+Green+Blue) = 101+92+160=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #655CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CA0 is #9AA35F. Grayscale: #666666. Windows color (decimal): -10134368 or 10509413. OLE color: 10509413.

HSL color Cylindrical-coordinate representation of color #655CA0: hue angle of 247.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #655CA0 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 92 160 -
CMYK 0.37 0.43 0 0.37
HSL 247.94º 0.27% 0.49% -
HSV(B) 247.94º 0.43% 0.63% -
XYZ 15.54 12.96 34.94 -
YUV 102.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 101 92 160 0.37 0.43 0 0.37 247.94 0.27 0.49
Hex 65 5C A0 25 2B 0 25 F8 1B 31
Octal 145 134 240 45 53 0 45 370 33 61
Binary 1100101 1011100 10100000 100101 101011 0 100101 11111000 11011 110001

Color Harmonies of #655CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CA0

Black with #655CA0

Text Example


Text Example

White with #655CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655CA0; }

 p { color: rgb(101,92,160); }

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

background-color css

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

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

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

border-color css

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

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

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