#6960AD

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

Shades of Blue Marguerite #6960AD

Tints of Blue Marguerite #6960AD

Color information

#6960AD (or 0x6960AD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 60 and AD. RGB value is (105,96,173). Sum of RGB (Red+Green+Blue) = 105+96+173=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6960AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6960AD is #969F52. Grayscale: #6B6B6B. Windows color (decimal): -9871187 or 11362409. OLE color: 11362409.

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

Color convert

RGB10596173-
CMYK0.390.4500.32
HSL247.01º31.95%52.75%-
HSV(B)247.01º44.51%67.84%-
XYZ17.5514.3941.39-
YUV107.47164.98126.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=28.07%
G=25.67%
B=46.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105961730.390.4500.32247.0131.9552.75
Hex6960AD272D020f72035
Octal15114025547550403674065
Binary1101001110000010101101100111101101010000011110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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