#6956B6

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

Shades of Blue Marguerite #6956B6

Tints of Blue Marguerite #6956B6

Color information

#6956B6 (or 0x6956B6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 56 and B6. RGB value is (105,86,182). Sum of RGB (Red+Green+Blue) = 105+86+182=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #6956B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956B6 is #96A949. Grayscale: #666666. Windows color (decimal): -9873738 or 11949673. OLE color: 11949673.

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

Color convert

RGB10586182-
CMYK0.420.5300.29
HSL251.88º39.67%52.55%-
HSV(B)251.88º52.75%71.37%-
XYZ17.613.0445.84-
YUV102.62172.79129.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=28.15%
G=23.06%
B=48.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105861820.420.5300.29251.8839.6752.55
Hex6956B62A3501Dfc2835
Octal15112626652650353745065
Binary110100110101101011011010101011010101110111111100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6956B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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