#6962BB

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

Shades of Blue Marguerite #6962BB

Tints of Blue Marguerite #6962BB

Color information

#6962BB (or 0x6962BB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 62 and BB. RGB value is (105,98,187). Sum of RGB (Red+Green+Blue) = 105+98+187=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #6962BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962BB is #969D44. Grayscale: #6D6D6D. Windows color (decimal): -9870661 or 12280425. OLE color: 12280425.

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

Color convert

RGB10598187-
CMYK0.440.4800.27
HSL244.72º39.56%55.88%-
HSV(B)244.72º47.59%73.33%-
XYZ19.1615.3348.96-
YUV110.24171.32124.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=26.92%
G=25.13%
B=47.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105981870.440.4800.27244.7239.5655.88
Hex6962BB2C3001Bf52838
Octal15114227354600333655070
Binary110100111000101011101110110011000001101111110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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