#6450BB

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

Shades of Blue Marguerite #6450BB

Tints of Blue Marguerite #6450BB

Color information

#6450BB (or 0x6450BB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 50 and BB. RGB value is (100,80,187). Sum of RGB (Red+Green+Blue) = 100+80+187=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #6450BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450BB is #9BAF44. Grayscale: #616161. Windows color (decimal): -10202949 or 12275812. OLE color: 12275812.

HSL color Cylindrical-coordinate representation of color #6450BB: hue angle of 251.21º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6450BB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10080187-
CMYK0.470.5700.27
HSL251.21º44.03%52.35%-
HSV(B)251.21º57.22%73.33%-
XYZ17.0912.0348.44-
YUV98.18178.13129.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=27.25%
G=21.80%
B=50.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100801870.470.5700.27251.2144.0352.35
Hex6450BB2F3901Bfb2c34
Octal14412027357710333735464
Binary110010010100001011101110111111100101101111111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6450BB; }

 p { color: rgb(100,80,187); }

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

<style>
 a { background-color: #6450BB; }

 a { background-color: rgb(100,80,187); }

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

<style>
 span { border-color: #6450BB; }

 span { border-color: rgb(100,80,187); }

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