#645FBB

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

Shades of Blue Marguerite #645FBB

Tints of Blue Marguerite #645FBB

Color information

#645FBB (or 0x645FBB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and BB. RGB value is (100,95,187). Sum of RGB (Red+Green+Blue) = 100+95+187=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #645FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FBB is #9BA044. Grayscale: #6A6A6A. Windows color (decimal): -10199109 or 12279652. OLE color: 12279652.

HSL color Cylindrical-coordinate representation of color #645FBB: hue angle of 243.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #645FBB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10095187-
CMYK0.470.4900.27
HSL243.26º40.35%55.29%-
HSV(B)243.26º49.2%73.33%-
XYZ18.3214.4848.84-
YUV106.98173.16123.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=26.18%
G=24.87%
B=48.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100951870.470.4900.27243.2640.3555.29
Hex645FBB2F3101Bf32837
Octal14413727357610333635067
Binary110010010111111011101110111111000101101111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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