Html Css Color HEX #655FA5 Scampi

📋 copy color: '#655FA5'

red 101 ◦ green 95 ◦ blue 165

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

Shades of Scampi #655FA5

Tints of Scampi #655FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 27.98%
G = 26.32%
B = 45.71%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#655FA5 (or 0x655FA5) is known color: Scampi. HEX triplet: 65, 5F and A5. RGB value is (101,95,165). Sum of RGB (Red+Green+Blue) = 101+95+165=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #655FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FA5 is #9AA05A. Grayscale: #686868. Windows color (decimal): -10133595 or 10837861. OLE color: 10837861.

HSL color Cylindrical-coordinate representation of color #655FA5: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655FA5 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 95 165 -
CMYK 0.39 0.42 0 0.35
HSL 245.14º 0.28% 0.51% -
HSV(B) 245.14º 0.42% 0.65% -
XYZ 16.25 13.67 37.38 -
YUV 104.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 101 95 165 0.39 0.42 0 0.35 245.14 0.28 0.51
Hex 65 5F A5 27 2A 0 23 F5 1C 33
Octal 145 137 245 47 52 0 43 365 34 63
Binary 1100101 1011111 10100101 100111 101010 0 100011 11110101 11100 110011

Color Harmonies of #655FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FA5

Black with #655FA5

Text Example


Text Example

White with #655FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,95,165); }

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

background-color css

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

 a { background-color: rgb(101,95,165); }

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

border-color css

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

 span { border-color: rgb(101,95,165); }

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