Html Css Color HEX #655BBB Blue Marguerite

📋 copy color: '#655BBB'

red 101 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #655BBB

Tints of Blue Marguerite #655BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 26.65%
G = 24.01%
B = 49.34%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655BBB (or 0x655BBB) is known color: Blue Marguerite. HEX triplet: 65, 5B and BB. RGB value is (101,91,187). Sum of RGB (Red+Green+Blue) = 101+91+187=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #655BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBB is #9AA444. Grayscale: #686868. Windows color (decimal): -10134597 or 12278629. OLE color: 12278629.

HSL color Cylindrical-coordinate representation of color #655BBB: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655BBB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 91 187 -
CMYK 0.46 0.51 0 0.27
HSL 246.25º 0.41% 0.55% -
HSV(B) 246.25º 0.51% 0.73% -
XYZ 18.08 13.84 48.73 -
YUV 104.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 101 91 187 0.46 0.51 0 0.27 246.25 0.41 0.55
Hex 65 5B BB 2E 33 0 1B F6 29 37
Octal 145 133 273 56 63 0 33 366 51 67
Binary 1100101 1011011 10111011 101110 110011 0 11011 11110110 101001 110111

Color Harmonies of #655BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BBB

Black with #655BBB

Text Example


Text Example

White with #655BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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