#645BBA

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

Shades of Blue Marguerite #645BBA

Tints of Blue Marguerite #645BBA

Color information

#645BBA (or 0x645BBA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and BA. RGB value is (100,91,186). Sum of RGB (Red+Green+Blue) = 100+91+186=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #645BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBA is #9BA445. Grayscale: #686868. Windows color (decimal): -10200134 or 12213092. OLE color: 12213092.

HSL color Cylindrical-coordinate representation of color #645BBA: hue angle of 245.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645BBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10091186-
CMYK0.460.5100.27
HSL245.68º40.77%54.31%-
HSV(B)245.68º51.08%72.94%-
XYZ17.8613.7448.16-
YUV104.52173.98124.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=26.53%
G=24.14%
B=49.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100911860.460.5100.27245.6840.7754.31
Hex645BBA2E3301Bf62936
Octal14413327256630333665166
Binary110010010110111011101010111011001101101111110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,91,186); }

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

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

 a { background-color: rgb(100,91,186); }

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

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

 span { border-color: rgb(100,91,186); }

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