#645BB1

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

Shades of Blue Marguerite #645BB1

Tints of Blue Marguerite #645BB1

Color information

#645BB1 (or 0x645BB1) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and B1. RGB value is (100,91,177). Sum of RGB (Red+Green+Blue) = 100+91+177=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #645BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BB1 is #9BA44E. Grayscale: #676767. Windows color (decimal): -10200143 or 11623268. OLE color: 11623268.

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

Color convert

RGB10091177-
CMYK0.440.4900.31
HSL246.28º35.54%52.55%-
HSV(B)246.28º48.59%69.41%-
XYZ16.9313.3743.28-
YUV103.49169.48125.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=27.17%
G=24.73%
B=48.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100911770.440.4900.31246.2835.5452.55
Hex645BB12C3101Ff62435
Octal14413326154610373664465
Binary110010010110111011000110110011000101111111110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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