#6445BC

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

Shades of Blue Marguerite #6445BC

Tints of Blue Marguerite #6445BC

Color information

#6445BC (or 0x6445BC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 45 and BC. RGB value is (100,69,188). Sum of RGB (Red+Green+Blue) = 100+69+188=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6445BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BC is #9BBA43. Grayscale: #5B5B5B. Windows color (decimal): -10205764 or 12338532. OLE color: 12338532.

HSL color Cylindrical-coordinate representation of color #6445BC: hue angle of 255.63º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6445BC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10069188-
CMYK0.470.6300.26
HSL255.63º47.04%50.39%-
HSV(B)255.63º63.3%73.73%-
XYZ16.4610.648.75-
YUV91.84182.27133.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=28.01%
G=19.33%
B=52.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100691880.470.6300.26255.6347.0450.39
Hex6445BC2F3F01A1002f32
Octal14410527457770324005762
Binary1100100100010110111100101111111111011010100000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6445BC; }

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

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

<style>
 a { background-color: #6445BC; }

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

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

<style>
 span { border-color: #6445BC; }

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

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