Html Css Color HEX #655CB9 Blue Marguerite

📋 copy color: '#655CB9'

red 101 ◦ green 92 ◦ blue 185

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

Shades of Blue Marguerite #655CB9

Tints of Blue Marguerite #655CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 26.72%
G = 24.34%
B = 48.94%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655CB9 (or 0x655CB9) is known color: Blue Marguerite. HEX triplet: 65, 5C and B9. RGB value is (101,92,185). Sum of RGB (Red+Green+Blue) = 101+92+185=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #655CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CB9 is #9AA346. Grayscale: #686868. Windows color (decimal): -10134343 or 12147813. OLE color: 12147813.

HSL color Cylindrical-coordinate representation of color #655CB9: hue angle of 245.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655CB9 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 92 185 -
CMYK 0.45 0.50 0 0.27
HSL 245.81º 0.4% 0.54% -
HSV(B) 245.81º 0.5% 0.73% -
XYZ 17.95 13.92 47.64 -
YUV 105.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 101 92 185 0.45 0.50 0 0.27 245.81 0.4 0.54
Hex 65 5C B9 2D 32 0 1B F6 28 36
Octal 145 134 271 55 62 0 33 366 50 66
Binary 1100101 1011100 10111001 101101 110010 0 11011 11110110 101000 110110

Color Harmonies of #655CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CB9

Black with #655CB9

Text Example


Text Example

White with #655CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,185); }

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

background-color css

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

 a { background-color: rgb(101,92,185); }

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

border-color css

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

 span { border-color: rgb(101,92,185); }

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