#645EB3

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

Shades of Blue Marguerite #645EB3

Tints of Blue Marguerite #645EB3

Color information

#645EB3 (or 0x645EB3) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and B3. RGB value is (100,94,179). Sum of RGB (Red+Green+Blue) = 100+94+179=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #645EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EB3 is #9BA14C. Grayscale: #696969. Windows color (decimal): -10199373 or 11755108. OLE color: 11755108.

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

Color convert

RGB10094179-
CMYK0.440.4700.30
HSL244.24º35.86%53.53%-
HSV(B)244.24º47.49%70.2%-
XYZ17.3913.9744.43-
YUV105.48169.49124.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=26.81%
G=25.20%
B=47.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100941790.440.4700.30244.2435.8653.53
Hex645EB32C2F01Ef42436
Octal14413626354570363644466
Binary110010010111101011001110110010111101111011110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,179); }

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

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

 a { background-color: rgb(100,94,179); }

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

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

 span { border-color: rgb(100,94,179); }

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