#6460B1

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

Shades of Blue Marguerite #6460B1

Tints of Blue Marguerite #6460B1

Color information

#6460B1 (or 0x6460B1) is unknown color: approx Blue Marguerite. HEX triplet: 64, 60 and B1. RGB value is (100,96,177). Sum of RGB (Red+Green+Blue) = 100+96+177=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #6460B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460B1 is #9B9F4E. Grayscale: #6A6A6A. Windows color (decimal): -10198863 or 11624548. OLE color: 11624548.

HSL color Cylindrical-coordinate representation of color #6460B1: hue angle of 242.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6460B1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10096177-
CMYK0.440.4600.31
HSL242.96º34.18%53.53%-
HSV(B)242.96º45.76%69.41%-
XYZ17.3714.2543.43-
YUV106.43167.83123.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=26.81%
G=25.74%
B=47.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100961770.440.4600.31242.9634.1853.53
Hex6460B12C2E01Ff32236
Octal14414026154560373634266
Binary110010011000001011000110110010111001111111110011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6460B1; }

 p { color: rgb(100,96,177); }

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

<style>
 a { background-color: #6460B1; }

 a { background-color: rgb(100,96,177); }

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

<style>
 span { border-color: #6460B1; }

 span { border-color: rgb(100,96,177); }

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