#6954BD

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

Shades of Blue Marguerite #6954BD

Tints of Blue Marguerite #6954BD

Color information

#6954BD (or 0x6954BD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and BD. RGB value is (105,84,189). Sum of RGB (Red+Green+Blue) = 105+84+189=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #6954BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954BD is #96AB42. Grayscale: #656565. Windows color (decimal): -9874243 or 12407913. OLE color: 12407913.

HSL color Cylindrical-coordinate representation of color #6954BD: hue angle of 252º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6954BD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10584189-
CMYK0.440.5600.26
HSL252º44.3%53.53%-
HSV(B)252º55.56%74.12%-
XYZ18.1813.0249.7-
YUV102.25176.96129.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 50%
R=27.78%
G=22.22%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105841890.440.5600.2625244.353.53
Hex6954BD2C3801Afc2c36
Octal15112427554700323745466
Binary110100110101001011110110110011100001101011111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,84,189); }

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

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

 a { background-color: rgb(105,84,189); }

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

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

 span { border-color: rgb(105,84,189); }

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