#645FBA

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

Shades of Blue Marguerite #645FBA

Tints of Blue Marguerite #645FBA

Color information

#645FBA (or 0x645FBA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and BA. RGB value is (100,95,186). Sum of RGB (Red+Green+Blue) = 100+95+186=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #645FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FBA is #9BA045. Grayscale: #6A6A6A. Windows color (decimal): -10199110 or 12214116. OLE color: 12214116.

HSL color Cylindrical-coordinate representation of color #645FBA: hue angle of 243.3º 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 #645FBA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10095186-
CMYK0.460.4900.27
HSL243.3º39.74%55.1%-
HSV(B)243.3º48.92%72.94%-
XYZ18.2114.4448.28-
YUV106.87172.66123.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=26.25%
G=24.93%
B=48.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100951860.460.4900.27243.339.7455.1
Hex645FBA2E3101Bf32837
Octal14413727256610333635067
Binary110010010111111011101010111011000101101111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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