#6956AE

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

Shades of Blue Marguerite #6956AE

Tints of Blue Marguerite #6956AE

Color information

#6956AE (or 0x6956AE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 56 and AE. RGB value is (105,86,174). Sum of RGB (Red+Green+Blue) = 105+86+174=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #6956AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6956AE is #96A951. Grayscale: #656565. Windows color (decimal): -9873746 or 11425385. OLE color: 11425385.

HSL color Cylindrical-coordinate representation of color #6956AE: hue angle of 252.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6956AE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10586174-
CMYK0.400.5100.32
HSL252.95º35.2%50.98%-
HSV(B)252.95º50.57%68.24%-
XYZ16.7912.7141.61-
YUV101.71168.79130.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=28.77%
G=23.56%
B=47.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105861740.400.5100.32252.9535.250.98
Hex6956AE2833020fd2333
Octal15112625650630403754363
Binary1101001101011010101110101000110011010000011111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6956AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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