Html Css Color HEX #655DB9 Blue Marguerite

📋 copy color: '#655DB9'

red 101 ◦ green 93 ◦ blue 185

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

Shades of Blue Marguerite #655DB9

Tints of Blue Marguerite #655DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

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

R = 26.65%
G = 24.54%
B = 48.81%

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

#655DB9 (or 0x655DB9) is known color: Blue Marguerite. HEX triplet: 65, 5D and B9. RGB value is (101,93,185). Sum of RGB (Red+Green+Blue) = 101+93+185=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #655DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DB9 is #9AA246. Grayscale: #696969. Windows color (decimal): -10134087 or 12148069. OLE color: 12148069.

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

Color convert

RGB 101 93 185 -
CMYK 0.45 0.50 0 0.27
HSL 245.22º 0.4% 0.55% -
HSV(B) 245.22º 0.5% 0.73% -
XYZ 18.04 14.1 47.67 -
YUV 105.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 101 93 185 0.45 0.50 0 0.27 245.22 0.4 0.55
Hex 65 5D B9 2D 32 0 1B F5 28 37
Octal 145 135 271 55 62 0 33 365 50 67
Binary 1100101 1011101 10111001 101101 110010 0 11011 11110101 101000 110111

Color Harmonies of #655DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DB9

Black with #655DB9

Text Example


Text Example

White with #655DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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