#969DC6

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

Shades of Blue Bell #969DC6

Tints of Blue Bell #969DC6

Color information

#969DC6 (or 0x969DC6) is unknown color: approx Blue Bell. HEX triplet: 96, 9D and C6. RGB value is (150,157,198). Sum of RGB (Red+Green+Blue) = 150+157+198=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #969DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DC6 is #696239. Grayscale: #9F9F9F. Windows color (decimal): -6906426 or 13016470. OLE color: 13016470.

HSL color Cylindrical-coordinate representation of color #969DC6: hue angle of 231.25º 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 #969DC6 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150157198-
CMYK0.240.2100.22
HSL231.25º29.63%68.24%-
HSV(B)231.25º24.24%77.65%-
XYZ34.8334.6858.28-
YUV159.58149.68121.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=29.70%
G=31.09%
B=39.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501571980.240.2100.22231.2529.6368.24
Hex969DC61815016e71e44
Octal226235306302502634736104
Binary100101101001110111000110110001010101011011100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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