#6458AB

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

Shades of Blue Marguerite #6458AB

Tints of Blue Marguerite #6458AB

Color information

#6458AB (or 0x6458AB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 58 and AB. RGB value is (100,88,171). Sum of RGB (Red+Green+Blue) = 100+88+171=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6458AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AB is #9BA754. Grayscale: #646464. Windows color (decimal): -10200917 or 11229284. OLE color: 11229284.

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

Color convert

RGB10088171-
CMYK0.420.4900.33
HSL248.67º33.07%50.78%-
HSV(B)248.67º48.54%67.06%-
XYZ16.112.6340.12-
YUV101.05167.48127.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=27.86%
G=24.51%
B=47.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100881710.420.4900.33248.6733.0750.78
Hex6458AB2A31021f92133
Octal14413025352610413714163
Binary1100100101100010101011101010110001010000111111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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