#969AC6

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

Shades of Blue Bell #969AC6

Tints of Blue Bell #969AC6

Color information

#969AC6 (or 0x969AC6) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and C6. RGB value is (150,154,198). Sum of RGB (Red+Green+Blue) = 150+154+198=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #969AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AC6 is #696539. Grayscale: #9D9D9D. Windows color (decimal): -6907194 or 13015702. OLE color: 13015702.

HSL color Cylindrical-coordinate representation of color #969AC6: hue angle of 235º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #969AC6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150154198-
CMYK0.240.2200.22
HSL235º29.63%68.24%-
HSV(B)235º24.24%77.65%-
XYZ34.3333.6758.12-
YUV157.82150.67122.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=29.88%
G=30.68%
B=39.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501541980.240.2200.2223529.6368.24
Hex969AC61816016eb1e44
Octal226232306302602635336104
Binary100101101001101011000110110001011001011011101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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