#6955AD

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

Shades of Blue Marguerite #6955AD

Tints of Blue Marguerite #6955AD

Color information

#6955AD (or 0x6955AD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 55 and AD. RGB value is (105,85,173). Sum of RGB (Red+Green+Blue) = 105+85+173=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #6955AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6955AD is #96AA52. Grayscale: #646464. Windows color (decimal): -9874003 or 11359593. OLE color: 11359593.

HSL color Cylindrical-coordinate representation of color #6955AD: hue angle of 253.64º 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 #6955AD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10585173-
CMYK0.390.5100.32
HSL253.64º34.92%50.59%-
HSV(B)253.64º50.87%67.84%-
XYZ16.6212.5241.08-
YUV101.01168.63130.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=28.93%
G=23.42%
B=47.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105851730.390.5100.32253.6434.9250.59
Hex6955AD2733020fe2333
Octal15112525547630403764363
Binary1101001101010110101101100111110011010000011111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6955AD; }

 p { color: rgb(105,85,173); }

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

<style>
 a { background-color: #6955AD; }

 a { background-color: rgb(105,85,173); }

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

<style>
 span { border-color: #6955AD; }

 span { border-color: rgb(105,85,173); }

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