#6956AB

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

Shades of Blue Marguerite #6956AB

Tints of Blue Marguerite #6956AB

Color information

#6956AB (or 0x6956AB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 56 and AB. RGB value is (105,86,171). Sum of RGB (Red+Green+Blue) = 105+86+171=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #6956AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6956AB is #96A954. Grayscale: #656565. Windows color (decimal): -9873749 or 11228777. OLE color: 11228777.

HSL color Cylindrical-coordinate representation of color #6956AB: hue angle of 253.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6956AB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10586171-
CMYK0.390.5000.33
HSL253.41º33.6%50.39%-
HSV(B)253.41º49.71%67.06%-
XYZ16.512.640.09-
YUV101.37167.29130.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=29.01%
G=23.76%
B=47.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105861710.390.5000.33253.4133.650.39
Hex6956AB2732021fd2232
Octal15112625347620413754262
Binary1101001101011010101011100111110010010000111111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6956AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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