Html Css Color HEX #654CBB Blue Marguerite

📋 copy color: '#654CBB'

red 101 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #654CBB

Tints of Blue Marguerite #654CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

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

R = 27.75%
G = 20.88%
B = 51.37%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#654CBB (or 0x654CBB) is known color: Blue Marguerite. HEX triplet: 65, 4C and BB. RGB value is (101,76,187). Sum of RGB (Red+Green+Blue) = 101+76+187=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #654CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CBB is #9AB344. Grayscale: #5F5F5F. Windows color (decimal): -10138437 or 12274789. OLE color: 12274789.

HSL color Cylindrical-coordinate representation of color #654CBB: hue angle of 253.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654CBB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 76 187 -
CMYK 0.46 0.59 0 0.27
HSL 253.51º 0.45% 0.52% -
HSV(B) 253.51º 0.59% 0.73% -
XYZ 16.92 11.52 48.35 -
YUV 96.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 101 76 187 0.46 0.59 0 0.27 253.51 0.45 0.52
Hex 65 4C BB 2E 3B 0 1B FE 2D 34
Octal 145 114 273 56 73 0 33 376 55 64
Binary 1100101 1001100 10111011 101110 111011 0 11011 11111110 101101 110100

Color Harmonies of #654CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CBB

Black with #654CBB

Text Example


Text Example

White with #654CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654CBB; }

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

 H1.HeaderClassName
 {
   color: #654CBB;
 }
 .AnyTagClassName
 {
   color: #654CBB;
 }
</style>

background-color css

<style>
 a { background-color: #654CBB; }

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

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

border-color css

<style>
 span { border-color: #654CBB; }

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

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