#645fb0

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

Shades of Blue Marguerite #645FB0

Tints of Blue Marguerite #645FB0

Color information

#645FB0 (or 0x645FB0) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and B0. RGB value is (100,95,176). Sum of RGB (Red+Green+Blue) = 100+95+176=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #645FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645FB0 is #9BA04F. Grayscale: #696969. Windows color (decimal): -10199120 or 11558756. OLE color: 11558756.

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

Color convert

RGB10095176-
CMYK0.430.4600.31
HSL243.7º33.89%53.14%-
HSV(B)243.7º46.02%69.02%-
XYZ17.1814.0342.88-
YUV105.73167.66123.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=26.95%
G=25.61%
B=47.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100951760.430.4600.31243.733.8953.14
Hex645FB02B2E01Ff42235
Octal14413726053560373644265
Binary110010010111111011000010101110111001111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645fb0; }

 p { color: rgb(100,95,176); }

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

<style>
 a { background-color: #645fb0; }

 a { background-color: rgb(100,95,176); }

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

<style>
 span { border-color: #645fb0; }

 span { border-color: rgb(100,95,176); }

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