#645FB4

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

Shades of Blue Marguerite #645FB4

Tints of Blue Marguerite #645FB4

Color information

#645FB4 (or 0x645FB4) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and B4. RGB value is (100,95,180). Sum of RGB (Red+Green+Blue) = 100+95+180=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #645FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FB4 is #9BA04B. Grayscale: #696969. Windows color (decimal): -10199116 or 11820900. OLE color: 11820900.

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

Color convert

RGB10095180-
CMYK0.440.4700.29
HSL243.53º36.17%53.92%-
HSV(B)243.53º47.22%70.59%-
XYZ17.5914.1944.99-
YUV106.18169.66123.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 180 (70.70% from 255) = 48%
R=26.67%
G=25.33%
B=48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100951800.440.4700.29243.5336.1753.92
Hex645FB42C2F01Df42436
Octal14413726454570353644466
Binary110010010111111011010010110010111101110111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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