#969BD6

Color #969BD6 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #969BD6

Tints of Blue Bell #969BD6

Color information

#969BD6 (or 0x969BD6) is unknown color: approx Blue Bell. HEX triplet: 96, 9B and D6. RGB value is (150,155,214). Sum of RGB (Red+Green+Blue) = 150+155+214=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #969BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BD6 is #696429. Grayscale: #9F9F9F. Windows color (decimal): -6906922 or 14064534. OLE color: 14064534.

HSL color Cylindrical-coordinate representation of color #969BD6: hue angle of 235.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969BD6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150155214-
CMYK0.300.2800.16
HSL235.31º43.84%71.37%-
HSV(B)235.31º29.91%83.92%-
XYZ36.4434.7868.41-
YUV160.23158.34120.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=28.90%
G=29.87%
B=41.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501552140.300.2800.16235.3143.8471.37
Hex969BD61E1C010eb2c47
Octal226233326363402035354107
Binary1001011010011011110101101111011100010000111010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969BD6; }

 p { color: rgb(150,155,214); }

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

<style>
 a { background-color: #969BD6; }

 a { background-color: rgb(150,155,214); }

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

<style>
 span { border-color: #969BD6; }

 span { border-color: rgb(150,155,214); }

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