Html Css Color HEX #6459A5 Blue Marguerite

📋 copy color: '#6459A5'

red 100 ◦ green 89 ◦ blue 165

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

Shades of Blue Marguerite #6459A5

Tints of Blue Marguerite #6459A5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 28.25%
G = 25.14%
B = 46.61%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6459A5 (or 0x6459A5) is known color: Blue Marguerite. HEX triplet: 64, 59 and A5. RGB value is (100,89,165). Sum of RGB (Red+Green+Blue) = 100+89+165=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #6459A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6459A5 is #9BA65A. Grayscale: #646464. Windows color (decimal): -10200667 or 10836324. OLE color: 10836324.

HSL color Cylindrical-coordinate representation of color #6459A5: hue angle of 248.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6459A5 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 89 165 -
CMYK 0.39 0.46 0 0.35
HSL 248.68º 0.3% 0.5% -
HSV(B) 248.68º 0.46% 0.65% -
XYZ 15.62 12.57 37.2 -
YUV 100.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 100 89 165 0.39 0.46 0 0.35 248.68 0.3 0.5
Hex 64 59 A5 27 2E 0 23 F9 1E 32
Octal 144 131 245 47 56 0 43 371 36 62
Binary 1100100 1011001 10100101 100111 101110 0 100011 11111001 11110 110010

Color Harmonies of #6459A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6459A5

Black with #6459A5

Text Example


Text Example

White with #6459A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6459A5; }

 p { color: rgb(100,89,165); }

 H1.HeaderClassName
 {
   color: #6459A5;
 }
 .AnyTagClassName
 {
   color: #6459A5;
 }
</style>

background-color css

<style>
 a { background-color: #6459A5; }

 a { background-color: rgb(100,89,165); }

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

border-color css

<style>
 span { border-color: #6459A5; }

 span { border-color: rgb(100,89,165); }

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