Html Css Color HEX #655FA4 Scampi

📋 copy color: '#655FA4'

red 101 ◦ green 95 ◦ blue 164

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

Shades of Scampi #655FA4

Tints of Scampi #655FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 28.06%
G = 26.39%
B = 45.56%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#655FA4 (or 0x655FA4) is known color: Scampi. HEX triplet: 65, 5F and A4. RGB value is (101,95,164). Sum of RGB (Red+Green+Blue) = 101+95+164=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #655FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FA4 is #9AA05B. Grayscale: #686868. Windows color (decimal): -10133596 or 10772325. OLE color: 10772325.

HSL color Cylindrical-coordinate representation of color #655FA4: hue angle of 245.22º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655FA4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 95 164 -
CMYK 0.38 0.42 0 0.36
HSL 245.22º 0.27% 0.51% -
HSV(B) 245.22º 0.42% 0.64% -
XYZ 16.16 13.63 36.9 -
YUV 104.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 101 95 164 0.38 0.42 0 0.36 245.22 0.27 0.51
Hex 65 5F A4 26 2A 0 24 F5 1B 33
Octal 145 137 244 46 52 0 44 365 33 63
Binary 1100101 1011111 10100100 100110 101010 0 100100 11110101 11011 110011

Color Harmonies of #655FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FA4

Black with #655FA4

Text Example


Text Example

White with #655FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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