#645BBC

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

Shades of Blue Marguerite #645BBC

Tints of Blue Marguerite #645BBC

Color information

#645BBC (or 0x645BBC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and BC. RGB value is (100,91,188). Sum of RGB (Red+Green+Blue) = 100+91+188=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #645BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBC is #9BA443. Grayscale: #686868. Windows color (decimal): -10200132 or 12344164. OLE color: 12344164.

HSL color Cylindrical-coordinate representation of color #645BBC: hue angle of 245.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645BBC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10091188-
CMYK0.470.5200.26
HSL245.57º41.99%54.71%-
HSV(B)245.57º51.6%73.73%-
XYZ18.0713.8249.29-
YUV104.75174.98124.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=26.39%
G=24.01%
B=49.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100911880.470.5200.26245.5741.9954.71
Hex645BBC2F3401Af62a37
Octal14413327457640323665267
Binary110010010110111011110010111111010001101011110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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