#6460BC

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

Shades of Blue Marguerite #6460BC

Tints of Blue Marguerite #6460BC

Color information

#6460BC (or 0x6460BC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 60 and BC. RGB value is (100,96,188). Sum of RGB (Red+Green+Blue) = 100+96+188=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #6460BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460BC is #9B9F43. Grayscale: #6B6B6B. Windows color (decimal): -10198852 or 12345444. OLE color: 12345444.

HSL color Cylindrical-coordinate representation of color #6460BC: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6460BC is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10096188-
CMYK0.470.4900.26
HSL242.61º40.71%55.69%-
HSV(B)242.61º48.94%73.73%-
XYZ18.5214.7149.44-
YUV107.68173.33122.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=26.04%
G=25%
B=48.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100961880.470.4900.26242.6140.7155.69
Hex6460BC2F3101Af32938
Octal14414027457610323635170
Binary110010011000001011110010111111000101101011110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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