#645CBC

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

Shades of Blue Marguerite #645CBC

Tints of Blue Marguerite #645CBC

Color information

#645CBC (or 0x645CBC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5C and BC. RGB value is (100,92,188). Sum of RGB (Red+Green+Blue) = 100+92+188=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #645CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CBC is #9BA343. Grayscale: #686868. Windows color (decimal): -10199876 or 12344420. OLE color: 12344420.

HSL color Cylindrical-coordinate representation of color #645CBC: hue angle of 245º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645CBC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10092188-
CMYK0.470.5100.26
HSL245º41.74%54.9%-
HSV(B)245º51.06%73.73%-
XYZ18.1613.9949.32-
YUV105.34174.65124.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=26.32%
G=24.21%
B=49.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100921880.470.5100.2624541.7454.9
Hex645CBC2F3301Af52a37
Octal14413427457630323655267
Binary110010010111001011110010111111001101101011110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,188); }

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

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

 a { background-color: rgb(100,92,188); }

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

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

 span { border-color: rgb(100,92,188); }

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