#6B64BD

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

Shades of Blue Marguerite #6B64BD

Tints of Blue Marguerite #6B64BD

Color information

#6B64BD (or 0x6B64BD) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 64 and BD. RGB value is (107,100,189). Sum of RGB (Red+Green+Blue) = 107+100+189=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B64BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B64BD is #949B42. Grayscale: #6F6F6F. Windows color (decimal): -9739075 or 12412011. OLE color: 12412011.

HSL color Cylindrical-coordinate representation of color #6B64BD: hue angle of 244.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B64BD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107100189-
CMYK0.430.4700.26
HSL244.72º40.27%56.67%-
HSV(B)244.72º47.09%74.12%-
XYZ19.8115.9150.17-
YUV112.24171.32124.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=27.02%
G=25.25%
B=47.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071001890.430.4700.26244.7240.2756.67
Hex6B64BD2B2F01Af52839
Octal15314427553570323655071
Binary110101111001001011110110101110111101101011110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B64BD; }

 p { color: rgb(107,100,189); }

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

<style>
 a { background-color: #6B64BD; }

 a { background-color: rgb(107,100,189); }

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

<style>
 span { border-color: #6B64BD; }

 span { border-color: rgb(107,100,189); }

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