#6460BB

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

Shades of Blue Marguerite #6460BB

Tints of Blue Marguerite #6460BB

Color information

#6460BB (or 0x6460BB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 60 and BB. RGB value is (100,96,187). Sum of RGB (Red+Green+Blue) = 100+96+187=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #6460BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460BB is #9B9F44. Grayscale: #6B6B6B. Windows color (decimal): -10198853 or 12279908. OLE color: 12279908.

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

Color convert

RGB10096187-
CMYK0.470.4900.27
HSL242.64º40.09%55.49%-
HSV(B)242.64º48.66%73.33%-
XYZ18.4114.6648.87-
YUV107.57172.83122.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=26.11%
G=25.07%
B=48.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100961870.470.4900.27242.6440.0955.49
Hex6460BB2F3101Bf32837
Octal14414027357610333635067
Binary110010011000001011101110111111000101101111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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