#645BB4

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

Shades of Blue Marguerite #645BB4

Tints of Blue Marguerite #645BB4

Color information

#645BB4 (or 0x645BB4) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and B4. RGB value is (100,91,180). Sum of RGB (Red+Green+Blue) = 100+91+180=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #645BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BB4 is #9BA44B. Grayscale: #676767. Windows color (decimal): -10200140 or 11819876. OLE color: 11819876.

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

Color convert

RGB10091180-
CMYK0.440.4900.29
HSL246.07º37.24%53.14%-
HSV(B)246.07º49.44%70.59%-
XYZ17.2313.4944.87-
YUV103.84170.98125.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=26.95%
G=24.53%
B=48.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100911800.440.4900.29246.0737.2453.14
Hex645BB42C3101Df62535
Octal14413326454610353664565
Binary110010010110111011010010110011000101110111110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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