Html Css Color HEX #6457BA Blue Marguerite

📋 copy color: '#6457BA'

red 100 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #6457BA

Tints of Blue Marguerite #6457BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

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

R = 26.81%
G = 23.32%
B = 49.87%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6457BA (or 0x6457BA) is known color: Blue Marguerite. HEX triplet: 64, 57 and BA. RGB value is (100,87,186). Sum of RGB (Red+Green+Blue) = 100+87+186=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6457BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457BA is #9BA845. Grayscale: #656565. Windows color (decimal): -10201158 or 12212068. OLE color: 12212068.

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

Color convert

RGB 100 87 186 -
CMYK 0.46 0.53 0 0.27
HSL 247.88º 0.42% 0.54% -
HSV(B) 247.88º 0.53% 0.73% -
XYZ 17.53 13.07 48.05 -
YUV 102.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 100 87 186 0.46 0.53 0 0.27 247.88 0.42 0.54
Hex 64 57 BA 2E 35 0 1B F8 2A 36
Octal 144 127 272 56 65 0 33 370 52 66
Binary 1100100 1010111 10111010 101110 110101 0 11011 11111000 101010 110110

Color Harmonies of #6457BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6457BA

Black with #6457BA

Text Example


Text Example

White with #6457BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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