Html Css Color HEX #6457BD Blue Marguerite

📋 copy color: '#6457BD'

red 100 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6457BD

Tints of Blue Marguerite #6457BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 26.6%
G = 23.14%
B = 50.27%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6457BD (or 0x6457BD) is known color: Blue Marguerite. HEX triplet: 64, 57 and BD. RGB value is (100,87,189). Sum of RGB (Red+Green+Blue) = 100+87+189=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #6457BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457BD is #9BA842. Grayscale: #666666. Windows color (decimal): -10201155 or 12408676. OLE color: 12408676.

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

Color convert

RGB 100 87 189 -
CMYK 0.47 0.54 0 0.26
HSL 247.65º 0.44% 0.54% -
HSV(B) 247.65º 0.54% 0.74% -
XYZ 17.85 13.2 49.75 -
YUV 102.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 100 87 189 0.47 0.54 0 0.26 247.65 0.44 0.54
Hex 64 57 BD 2F 36 0 1A F8 2C 36
Octal 144 127 275 57 66 0 32 370 54 66
Binary 1100100 1010111 10111101 101111 110110 0 11010 11111000 101100 110110

Color Harmonies of #6457BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6457BD

Black with #6457BD

Text Example


Text Example

White with #6457BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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