Html Css Color HEX #6457AA Blue Marguerite

📋 copy color: '#6457AA'

red 100 ◦ green 87 ◦ blue 170

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

Shades of Blue Marguerite #6457AA

Tints of Blue Marguerite #6457AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 28.01%
G = 24.37%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6457AA (or 0x6457AA) is known color: Blue Marguerite. HEX triplet: 64, 57 and AA. RGB value is (100,87,170). Sum of RGB (Red+Green+Blue) = 100+87+170=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6457AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6457AA is #9BA855. Grayscale: #646464. Windows color (decimal): -10201174 or 11163492. OLE color: 11163492.

HSL color Cylindrical-coordinate representation of color #6457AA: hue angle of 249.4º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6457AA is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 87 170 -
CMYK 0.41 0.49 0 0.33
HSL 249.4º 0.33% 0.5% -
HSV(B) 249.4º 0.49% 0.67% -
XYZ 15.92 12.43 39.59 -
YUV 100.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 100 87 170 0.41 0.49 0 0.33 249.4 0.33 0.5
Hex 64 57 AA 29 31 0 21 F9 21 32
Octal 144 127 252 51 61 0 41 371 41 62
Binary 1100100 1010111 10101010 101001 110001 0 100001 11111001 100001 110010

Color Harmonies of #6457AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6457AA

Black with #6457AA

Text Example


Text Example

White with #6457AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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