Html Css Color HEX #654DBB Blue Marguerite

📋 copy color: '#654DBB'

red 101 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #654DBB

Tints of Blue Marguerite #654DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 27.67%
G = 21.1%
B = 51.23%

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

#654DBB (or 0x654DBB) is known color: Blue Marguerite. HEX triplet: 65, 4D and BB. RGB value is (101,77,187). Sum of RGB (Red+Green+Blue) = 101+77+187=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #654DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DBB is #9AB244. Grayscale: #606060. Windows color (decimal): -10138181 or 12275045. OLE color: 12275045.

HSL color Cylindrical-coordinate representation of color #654DBB: hue angle of 253.09º 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 #654DBB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 77 187 -
CMYK 0.46 0.59 0 0.27
HSL 253.09º 0.45% 0.52% -
HSV(B) 253.09º 0.59% 0.73% -
XYZ 16.99 11.66 48.37 -
YUV 96.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 101 77 187 0.46 0.59 0 0.27 253.09 0.45 0.52
Hex 65 4D BB 2E 3B 0 1B FD 2D 34
Octal 145 115 273 56 73 0 33 375 55 64
Binary 1100101 1001101 10111011 101110 111011 0 11011 11111101 101101 110100

Color Harmonies of #654DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DBB

Black with #654DBB

Text Example


Text Example

White with #654DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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