#6458BA

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

Shades of Blue Marguerite #6458BA

Tints of Blue Marguerite #6458BA

Color information

#6458BA (or 0x6458BA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 58 and BA. RGB value is (100,88,186). Sum of RGB (Red+Green+Blue) = 100+88+186=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #6458BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458BA is #9BA745. Grayscale: #666666. Windows color (decimal): -10200902 or 12212324. OLE color: 12212324.

HSL color Cylindrical-coordinate representation of color #6458BA: hue angle of 247.35º 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 #6458BA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10088186-
CMYK0.460.5300.27
HSL247.35º41.53%53.73%-
HSV(B)247.35º52.69%72.94%-
XYZ17.6113.2348.08-
YUV102.76174.98126.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=26.74%
G=23.53%
B=49.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100881860.460.5300.27247.3541.5353.73
Hex6458BA2E3501Bf72a36
Octal14413027256650333675266
Binary110010010110001011101010111011010101101111110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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