#6954BE

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

Shades of Blue Marguerite #6954BE

Tints of Blue Marguerite #6954BE

Color information

#6954BE (or 0x6954BE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and BE. RGB value is (105,84,190). Sum of RGB (Red+Green+Blue) = 105+84+190=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #6954BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954BE is #96AB41. Grayscale: #656565. Windows color (decimal): -9874242 or 12473449. OLE color: 12473449.

HSL color Cylindrical-coordinate representation of color #6954BE: hue angle of 251.89º degrees, saturation: 0.45, 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 #6954BE is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10584190-
CMYK0.450.5600.25
HSL251.89º44.92%53.73%-
HSV(B)251.89º55.79%74.51%-
XYZ18.2913.0650.27-
YUV102.36177.46129.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=27.70%
G=22.16%
B=50.13%

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
Decimal105841900.450.5600.25251.8944.9253.73
Hex6954BE2D38019fc2d36
Octal15112427655700313745566
Binary110100110101001011111010110111100001100111111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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