#6752BD

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

Shades of Blue Marguerite #6752BD

Tints of Blue Marguerite #6752BD

Color information

#6752BD (or 0x6752BD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 52 and BD. RGB value is (103,82,189). Sum of RGB (Red+Green+Blue) = 103+82+189=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6752BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752BD is #98AD42. Grayscale: #646464. Windows color (decimal): -10005827 or 12407399. OLE color: 12407399.

HSL color Cylindrical-coordinate representation of color #6752BD: hue angle of 251.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6752BD is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10382189-
CMYK0.460.5700.26
HSL251.78º44.77%53.14%-
HSV(B)251.78º56.61%74.12%-
XYZ17.812.5949.64-
YUV100.48177.96129.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=27.54%
G=21.93%
B=50.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103821890.460.5700.26251.7844.7753.14
Hex6752BD2E3901Afc2d35
Octal14712227556710323745565
Binary110011110100101011110110111011100101101011111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6752BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6752BD; }

 p { color: rgb(103,82,189); }

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

<style>
 a { background-color: #6752BD; }

 a { background-color: rgb(103,82,189); }

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

<style>
 span { border-color: #6752BD; }

 span { border-color: rgb(103,82,189); }

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