#6461BE

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

Shades of Blue Marguerite #6461BE

Tints of Blue Marguerite #6461BE

Color information

#6461BE (or 0x6461BE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 61 and BE. RGB value is (100,97,190). Sum of RGB (Red+Green+Blue) = 100+97+190=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #6461BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461BE is #9B9E41. Grayscale: #6C6C6C. Windows color (decimal): -10198594 or 12476772. OLE color: 12476772.

HSL color Cylindrical-coordinate representation of color #6461BE: hue angle of 241.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6461BE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10097190-
CMYK0.470.4900.25
HSL241.94º41.7%56.27%-
HSV(B)241.94º48.95%74.51%-
XYZ18.8214.9850.61-
YUV108.5173.99121.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=25.84%
G=25.06%
B=49.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100971900.470.4900.25241.9441.756.27
Hex6461BE2F31019f22a38
Octal14414127657610313625270
Binary110010011000011011111010111111000101100111110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6461BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6461BE; }

 p { color: rgb(100,97,190); }

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

<style>
 a { background-color: #6461BE; }

 a { background-color: rgb(100,97,190); }

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

<style>
 span { border-color: #6461BE; }

 span { border-color: rgb(100,97,190); }

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