Html Css Color HEX #655BAD Blue Marguerite

📋 copy color: '#655BAD'

red 101 ◦ green 91 ◦ blue 173

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

Shades of Blue Marguerite #655BAD

Tints of Blue Marguerite #655BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 27.67%
G = 24.93%
B = 47.4%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#655BAD (or 0x655BAD) is known color: Blue Marguerite. HEX triplet: 65, 5B and AD. RGB value is (101,91,173). Sum of RGB (Red+Green+Blue) = 101+91+173=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #655BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAD is #9AA452. Grayscale: #676767. Windows color (decimal): -10134611 or 11361125. OLE color: 11361125.

HSL color Cylindrical-coordinate representation of color #655BAD: hue angle of 247.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655BAD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 91 173 -
CMYK 0.42 0.47 0 0.32
HSL 247.32º 0.33% 0.52% -
HSV(B) 247.32º 0.47% 0.68% -
XYZ 16.65 13.27 41.22 -
YUV 103.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 101 91 173 0.42 0.47 0 0.32 247.32 0.33 0.52
Hex 65 5B AD 2A 2F 0 20 F7 21 34
Octal 145 133 255 52 57 0 40 367 41 64
Binary 1100101 1011011 10101101 101010 101111 0 100000 11110111 100001 110100

Color Harmonies of #655BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAD

Black with #655BAD

Text Example


Text Example

White with #655BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,173); }

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

background-color css

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

 a { background-color: rgb(101,91,173); }

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

border-color css

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

 span { border-color: rgb(101,91,173); }

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