Html Css Color HEX #6455BA Blue Marguerite

📋 copy color: '#6455BA'

red 100 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #6455BA

Tints of Blue Marguerite #6455BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 26.95%
G = 22.91%
B = 50.13%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6455BA (or 0x6455BA) is known color: Blue Marguerite. HEX triplet: 64, 55 and BA. RGB value is (100,85,186). Sum of RGB (Red+Green+Blue) = 100+85+186=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6455BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BA is #9BAA45. Grayscale: #646464. Windows color (decimal): -10201670 or 12211556. OLE color: 12211556.

HSL color Cylindrical-coordinate representation of color #6455BA: hue angle of 248.91º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6455BA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 85 186 -
CMYK 0.46 0.54 0 0.27
HSL 248.91º 0.42% 0.53% -
HSV(B) 248.91º 0.54% 0.73% -
XYZ 17.37 12.75 48 -
YUV 101 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 100 85 186 0.46 0.54 0 0.27 248.91 0.42 0.53
Hex 64 55 BA 2E 36 0 1B F9 2A 35
Octal 144 125 272 56 66 0 33 371 52 65
Binary 1100100 1010101 10111010 101110 110110 0 11011 11111001 101010 110101

Color Harmonies of #6455BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455BA

Black with #6455BA

Text Example


Text Example

White with #6455BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6455BA; }

 p { color: rgb(100,85,186); }

 H1.HeaderClassName
 {
   color: #6455BA;
 }
 .AnyTagClassName
 {
   color: #6455BA;
 }
</style>

background-color css

<style>
 a { background-color: #6455BA; }

 a { background-color: rgb(100,85,186); }

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

border-color css

<style>
 span { border-color: #6455BA; }

 span { border-color: rgb(100,85,186); }

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