Html Css Color HEX #6454BC Blue Marguerite

📋 copy color: '#6454BC'

red 100 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6454BC

Tints of Blue Marguerite #6454BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 26.88%
G = 22.58%
B = 50.54%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6454BC (or 0x6454BC) is known color: Blue Marguerite. HEX triplet: 64, 54 and BC. RGB value is (100,84,188). Sum of RGB (Red+Green+Blue) = 100+84+188=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6454BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454BC is #9BAB43. Grayscale: #646464. Windows color (decimal): -10201924 or 12342372. OLE color: 12342372.

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

Color convert

RGB 100 84 188 -
CMYK 0.47 0.55 0 0.26
HSL 249.23º 0.44% 0.53% -
HSV(B) 249.23º 0.55% 0.74% -
XYZ 17.5 12.68 49.1 -
YUV 100.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 100 84 188 0.47 0.55 0 0.26 249.23 0.44 0.53
Hex 64 54 BC 2F 37 0 1A F9 2C 35
Octal 144 124 274 57 67 0 32 371 54 65
Binary 1100100 1010100 10111100 101111 110111 0 11010 11111001 101100 110101

Color Harmonies of #6454BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454BC

Black with #6454BC

Text Example


Text Example

White with #6454BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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