#6954B6

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

Shades of Blue Marguerite #6954B6

Tints of Blue Marguerite #6954B6

Color information

#6954B6 (or 0x6954B6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and B6. RGB value is (105,84,182). Sum of RGB (Red+Green+Blue) = 105+84+182=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #6954B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954B6 is #96AB49. Grayscale: #656565. Windows color (decimal): -9874250 or 11949161. OLE color: 11949161.

HSL color Cylindrical-coordinate representation of color #6954B6: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6954B6 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10584182-
CMYK0.420.5400.29
HSL252.86º40.16%52.16%-
HSV(B)252.86º53.85%71.37%-
XYZ17.4412.7245.79-
YUV101.45173.46130.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=28.30%
G=22.64%
B=49.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105841820.420.5400.29252.8640.1652.16
Hex6954B62A3601Dfd2834
Octal15112426652660353755064
Binary110100110101001011011010101011011001110111111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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