Html Css Color HEX #655BAB Blue Marguerite

📋 copy color: '#655BAB'

red 101 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #655BAB

Tints of Blue Marguerite #655BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 27.82%
G = 25.07%
B = 47.11%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655BAB (or 0x655BAB) is known color: Blue Marguerite. HEX triplet: 65, 5B and AB. RGB value is (101,91,171). Sum of RGB (Red+Green+Blue) = 101+91+171=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #655BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAB is #9AA454. Grayscale: #666666. Windows color (decimal): -10134613 or 11230053. OLE color: 11230053.

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

Color convert

RGB 101 91 171 -
CMYK 0.41 0.47 0 0.33
HSL 247.5º 0.32% 0.51% -
HSV(B) 247.5º 0.47% 0.67% -
XYZ 16.46 13.19 40.21 -
YUV 103.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 101 91 171 0.41 0.47 0 0.33 247.5 0.32 0.51
Hex 65 5B AB 29 2F 0 21 F8 20 33
Octal 145 133 253 51 57 0 41 370 40 63
Binary 1100101 1011011 10101011 101001 101111 0 100001 11111000 100000 110011

Color Harmonies of #655BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAB

Black with #655BAB

Text Example


Text Example

White with #655BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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