Html Css Color HEX #6454BB Blue Marguerite

📋 copy color: '#6454BB'

red 100 ◦ green 84 ◦ blue 187

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

Shades of Blue Marguerite #6454BB

Tints of Blue Marguerite #6454BB

RGB

 RED value IS 100 (39.45% from 255) = 26.95%

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 26.95%
G = 22.64%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6454BB (or 0x6454BB) is known color: Blue Marguerite. HEX triplet: 64, 54 and BB. RGB value is (100,84,187). Sum of RGB (Red+Green+Blue) = 100+84+187=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6454BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454BB is #9BAB44. Grayscale: #646464. Windows color (decimal): -10201925 or 12276836. OLE color: 12276836.

HSL color Cylindrical-coordinate representation of color #6454BB: hue angle of 249.32º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6454BB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 84 187 -
CMYK 0.47 0.55 0 0.27
HSL 249.32º 0.43% 0.53% -
HSV(B) 249.32º 0.55% 0.73% -
XYZ 17.4 12.64 48.54 -
YUV 100.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 100 84 187 0.47 0.55 0 0.27 249.32 0.43 0.53
Hex 64 54 BB 2F 37 0 1B F9 2B 35
Octal 144 124 273 57 67 0 33 371 53 65
Binary 1100100 1010100 10111011 101111 110111 0 11011 11111001 101011 110101

Color Harmonies of #6454BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454BB

Black with #6454BB

Text Example


Text Example

White with #6454BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6454BB; }

 p { color: rgb(100,84,187); }

 H1.HeaderClassName
 {
   color: #6454BB;
 }
 .AnyTagClassName
 {
   color: #6454BB;
 }
</style>

background-color css

<style>
 a { background-color: #6454BB; }

 a { background-color: rgb(100,84,187); }

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

border-color css

<style>
 span { border-color: #6454BB; }

 span { border-color: rgb(100,84,187); }

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