Html Css Color HEX #655FB9 Blue Marguerite

📋 copy color: '#655FB9'

red 101 ◦ green 95 ◦ blue 185

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

Shades of Blue Marguerite #655FB9

Tints of Blue Marguerite #655FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

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

R = 26.51%
G = 24.93%
B = 48.56%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655FB9 (or 0x655FB9) is known color: Blue Marguerite. HEX triplet: 65, 5F and B9. RGB value is (101,95,185). Sum of RGB (Red+Green+Blue) = 101+95+185=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #655FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FB9 is #9AA046. Grayscale: #6A6A6A. Windows color (decimal): -10133575 or 12148581. OLE color: 12148581.

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

Color convert

RGB 101 95 185 -
CMYK 0.45 0.49 0 0.27
HSL 244º 0.39% 0.55% -
HSV(B) 244º 0.49% 0.73% -
XYZ 18.22 14.45 47.73 -
YUV 107.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 101 95 185 0.45 0.49 0 0.27 244 0.39 0.55
Hex 65 5F B9 2D 31 0 1B F4 27 37
Octal 145 137 271 55 61 0 33 364 47 67
Binary 1100101 1011111 10111001 101101 110001 0 11011 11110100 100111 110111

Color Harmonies of #655FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FB9

Black with #655FB9

Text Example


Text Example

White with #655FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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