#6960B1

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

Shades of Blue Marguerite #6960B1

Tints of Blue Marguerite #6960B1

Color information

#6960B1 (or 0x6960B1) is unknown color: approx Blue Marguerite. HEX triplet: 69, 60 and B1. RGB value is (105,96,177). Sum of RGB (Red+Green+Blue) = 105+96+177=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #6960B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6960B1 is #969F4E. Grayscale: #6B6B6B. Windows color (decimal): -9871183 or 11624553. OLE color: 11624553.

HSL color Cylindrical-coordinate representation of color #6960B1: hue angle of 246.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6960B1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10596177-
CMYK0.410.4600.31
HSL246.67º34.18%53.53%-
HSV(B)246.67º45.76%69.41%-
XYZ17.9414.5443.46-
YUV107.92166.98125.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=27.78%
G=25.40%
B=46.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105961770.410.4600.31246.6734.1853.53
Hex6960B1292E01Ff72236
Octal15114026151560373674266
Binary110100111000001011000110100110111001111111110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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