#6754BB

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

Shades of Blue Marguerite #6754BB

Tints of Blue Marguerite #6754BB

Color information

#6754BB (or 0x6754BB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 54 and BB. RGB value is (103,84,187). Sum of RGB (Red+Green+Blue) = 103+84+187=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6754BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754BB is #98AB44. Grayscale: #656565. Windows color (decimal): -10005317 or 12276839. OLE color: 12276839.

HSL color Cylindrical-coordinate representation of color #6754BB: hue angle of 251.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6754BB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10384187-
CMYK0.450.5500.27
HSL251.07º43.1%53.14%-
HSV(B)251.07º55.08%73.33%-
XYZ17.7312.8148.55-
YUV101.42176.29129.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 187 (73.44% from 255) = 50%
R=27.54%
G=22.46%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103841870.450.5500.27251.0743.153.14
Hex6754BB2D3701Bfb2b35
Octal14712427355670333735365
Binary110011110101001011101110110111011101101111111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6754BB; }

 p { color: rgb(103,84,187); }

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

<style>
 a { background-color: #6754BB; }

 a { background-color: rgb(103,84,187); }

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

<style>
 span { border-color: #6754BB; }

 span { border-color: rgb(103,84,187); }

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