#645DB5

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

Shades of Blue Marguerite #645DB5

Tints of Blue Marguerite #645DB5

Color information

#645DB5 (or 0x645DB5) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5D and B5. RGB value is (100,93,181). Sum of RGB (Red+Green+Blue) = 100+93+181=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #645DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DB5 is #9BA24A. Grayscale: #686868. Windows color (decimal): -10199627 or 11885924. OLE color: 11885924.

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

Color convert

RGB10093181-
CMYK0.450.4900.29
HSL244.77º37.29%53.73%-
HSV(B)244.77º48.62%70.98%-
XYZ17.5113.8745.47-
YUV105.12170.82124.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=26.74%
G=24.87%
B=48.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100931810.450.4900.29244.7737.2953.73
Hex645DB52D3101Df52536
Octal14413526555610353654566
Binary110010010111011011010110110111000101110111110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,181); }

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

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

 a { background-color: rgb(100,93,181); }

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

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

 span { border-color: rgb(100,93,181); }

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