#6954BF

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

Shades of Blue Marguerite #6954BF

Tints of Blue Marguerite #6954BF

Color information

#6954BF (or 0x6954BF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and BF. RGB value is (105,84,191). Sum of RGB (Red+Green+Blue) = 105+84+191=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6954BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954BF is #96AB40. Grayscale: #666666. Windows color (decimal): -9874241 or 12538985. OLE color: 12538985.

HSL color Cylindrical-coordinate representation of color #6954BF: hue angle of 251.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6954BF is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10584191-
CMYK0.450.5600.25
HSL251.78º45.53%53.92%-
HSV(B)251.78º56.02%74.9%-
XYZ18.413.1150.85-
YUV102.48177.96129.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 191 (75% from 255) = 50.26%
R=27.63%
G=22.11%
B=50.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105841910.450.5600.25251.7845.5353.92
Hex6954BF2D38019fc2e36
Octal15112427755700313745666
Binary110100110101001011111110110111100001100111111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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