#6955AF

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

Shades of Blue Marguerite #6955AF

Tints of Blue Marguerite #6955AF

Color information

#6955AF (or 0x6955AF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 55 and AF. RGB value is (105,85,175). Sum of RGB (Red+Green+Blue) = 105+85+175=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #6955AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6955AF is #96AA50. Grayscale: #646464. Windows color (decimal): -9874001 or 11490665. OLE color: 11490665.

HSL color Cylindrical-coordinate representation of color #6955AF: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6955AF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10585175-
CMYK0.400.5100.31
HSL253.33º36%50.98%-
HSV(B)253.33º51.43%68.63%-
XYZ16.8112.642.1-
YUV101.24169.63130.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=28.77%
G=23.29%
B=47.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105851750.400.5100.31253.333650.98
Hex6955AF283301Ffd2433
Octal15112525750630373754463
Binary110100110101011010111110100011001101111111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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