#6951AD

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

Shades of Blue Marguerite #6951AD

Tints of Blue Marguerite #6951AD

Color information

#6951AD (or 0x6951AD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 51 and AD. RGB value is (105,81,173). Sum of RGB (Red+Green+Blue) = 105+81+173=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6951AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6951AD is #96AE52. Grayscale: #626262. Windows color (decimal): -9875027 or 11358569. OLE color: 11358569.

HSL color Cylindrical-coordinate representation of color #6951AD: hue angle of 255.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6951AD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10581173-
CMYK0.390.5300.32
HSL255.65º36.22%49.8%-
HSV(B)255.65º53.18%67.84%-
XYZ16.3111.9140.97-
YUV98.66169.95132.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=29.25%
G=22.56%
B=48.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105811730.390.5300.32255.6536.2249.8
Hex6951AD27350201002432
Octal15112125547650404004462
Binary11010011010001101011011001111101010100000100000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6951AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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