#969CD6

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

Shades of Blue Bell #969CD6

Tints of Blue Bell #969CD6

Color information

#969CD6 (or 0x969CD6) is unknown color: approx Blue Bell. HEX triplet: 96, 9C and D6. RGB value is (150,156,214). Sum of RGB (Red+Green+Blue) = 150+156+214=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #969CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CD6 is #696329. Grayscale: #A0A0A0. Windows color (decimal): -6906666 or 14064790. OLE color: 14064790.

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

Color convert

RGB150156214-
CMYK0.300.2700.16
HSL234.38º43.84%71.37%-
HSV(B)234.38º29.91%83.92%-
XYZ36.635.1268.47-
YUV160.82158.01120.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 214 (83.98% from 255) = 41.15%
R=28.85%
G=30%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501562140.300.2700.16234.3843.8471.37
Hex969CD61E1B010ea2c47
Octal226234326363302035254107
Binary1001011010011100110101101111011011010000111010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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