#969AD6

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

Shades of Blue Bell #969AD6

Tints of Blue Bell #969AD6

Color information

#969AD6 (or 0x969AD6) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and D6. RGB value is (150,154,214). Sum of RGB (Red+Green+Blue) = 150+154+214=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #969AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AD6 is #696529. Grayscale: #9F9F9F. Windows color (decimal): -6907178 or 14064278. OLE color: 14064278.

HSL color Cylindrical-coordinate representation of color #969AD6: hue angle of 236.25º 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 #969AD6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150154214-
CMYK0.300.2800.16
HSL236.25º43.84%71.37%-
HSV(B)236.25º29.91%83.92%-
XYZ36.2734.4568.36-
YUV159.64158.67121.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=28.96%
G=29.73%
B=41.31%

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
Decimal1501542140.300.2800.16236.2543.8471.37
Hex969AD61E1C010ec2c47
Octal226232326363402035454107
Binary1001011010011010110101101111011100010000111011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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