Html Css Color HEX #654EBE Blue Marguerite

📋 copy color: '#654EBE'

red 101 ◦ green 78 ◦ blue 190

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

Shades of Blue Marguerite #654EBE

Tints of Blue Marguerite #654EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 27.37%
G = 21.14%
B = 51.49%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#654EBE (or 0x654EBE) is known color: Blue Marguerite. HEX triplet: 65, 4E and BE. RGB value is (101,78,190). Sum of RGB (Red+Green+Blue) = 101+78+190=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #654EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EBE is #9AB141. Grayscale: #616161. Windows color (decimal): -10137922 or 12471909. OLE color: 12471909.

HSL color Cylindrical-coordinate representation of color #654EBE: hue angle of 252.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654EBE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 78 190 -
CMYK 0.47 0.59 0 0.25
HSL 252.32º 0.46% 0.53% -
HSV(B) 252.32º 0.59% 0.75% -
XYZ 17.39 11.93 50.1 -
YUV 97.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 101 78 190 0.47 0.59 0 0.25 252.32 0.46 0.53
Hex 65 4E BE 2F 3B 0 19 FC 2E 35
Octal 145 116 276 57 73 0 31 374 56 65
Binary 1100101 1001110 10111110 101111 111011 0 11001 11111100 101110 110101

Color Harmonies of #654EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654EBE

Black with #654EBE

Text Example


Text Example

White with #654EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,78,190); }

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

background-color css

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

 a { background-color: rgb(101,78,190); }

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

border-color css

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

 span { border-color: rgb(101,78,190); }

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