#6960BB

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

Shades of Blue Marguerite #6960BB

Tints of Blue Marguerite #6960BB

Color information

#6960BB (or 0x6960BB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 60 and BB. RGB value is (105,96,187). Sum of RGB (Red+Green+Blue) = 105+96+187=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #6960BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960BB is #969F44. Grayscale: #6C6C6C. Windows color (decimal): -9871173 or 12279913. OLE color: 12279913.

HSL color Cylindrical-coordinate representation of color #6960BB: hue angle of 245.93º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6960BB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10596187-
CMYK0.440.4900.27
HSL245.93º40.09%55.49%-
HSV(B)245.93º48.66%73.33%-
XYZ18.9814.9648.9-
YUV109.06171.98125.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=27.06%
G=24.74%
B=48.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105961870.440.4900.27245.9340.0955.49
Hex6960BB2C3101Bf62837
Octal15114027354610333665067
Binary110100111000001011101110110011000101101111110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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