#6963BE

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

Shades of Blue Marguerite #6963BE

Tints of Blue Marguerite #6963BE

Color information

#6963BE (or 0x6963BE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 63 and BE. RGB value is (105,99,190). Sum of RGB (Red+Green+Blue) = 105+99+190=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #6963BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963BE is #969C41. Grayscale: #6E6E6E. Windows color (decimal): -9870402 or 12477289. OLE color: 12477289.

HSL color Cylindrical-coordinate representation of color #6963BE: hue angle of 243.96º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6963BE is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10599190-
CMYK0.450.4800.25
HSL243.96º41.18%56.67%-
HSV(B)243.96º47.89%74.51%-
XYZ19.5815.6450.7-
YUV111.17172.49123.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=26.65%
G=25.13%
B=48.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105991900.450.4800.25243.9641.1856.67
Hex6963BE2D30019f42939
Octal15114327655600313645171
Binary110100111000111011111010110111000001100111110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6963BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6963BE; }

 p { color: rgb(105,99,190); }

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

<style>
 a { background-color: #6963BE; }

 a { background-color: rgb(105,99,190); }

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

<style>
 span { border-color: #6963BE; }

 span { border-color: rgb(105,99,190); }

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