#6458AA

Color #6458AA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6458AA

Tints of Blue Marguerite #6458AA

Color information

#6458AA (or 0x6458AA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 58 and AA. RGB value is (100,88,170). Sum of RGB (Red+Green+Blue) = 100+88+170=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6458AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AA is #9BA755. Grayscale: #646464. Windows color (decimal): -10200918 or 11163748. OLE color: 11163748.

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

Color convert

RGB10088170-
CMYK0.410.4800.33
HSL248.78º32.54%50.59%-
HSV(B)248.78º48.24%66.67%-
XYZ1612.5939.62-
YUV100.94166.98127.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=27.93%
G=24.58%
B=47.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100881700.410.4800.33248.7832.5450.59
Hex6458AA2930021f92133
Octal14413025251600413714163
Binary1100100101100010101010101001110000010000111111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6458AA;
 }
 .AnyTagClassName
 {
   color: #6458AA;
 }
</style>
background-color css

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

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

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

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

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

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