#9699DA

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

Shades of Blue Bell #9699DA

Tints of Blue Bell #9699DA

Color information

#9699DA (or 0x9699DA) is unknown color: approx Blue Bell. HEX triplet: 96, 99 and DA. RGB value is (150,153,218). Sum of RGB (Red+Green+Blue) = 150+153+218=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #9699DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699DA is #696625. Grayscale: #9F9F9F. Windows color (decimal): -6907430 or 14326166. OLE color: 14326166.

HSL color Cylindrical-coordinate representation of color #9699DA: hue angle of 237.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9699DA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150153218-
CMYK0.310.3000.15
HSL237.35º47.89%72.16%-
HSV(B)237.35º31.19%85.49%-
XYZ36.6234.3371.03-
YUV159.51161.01121.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=28.79%
G=29.37%
B=41.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501532180.310.3000.15237.3547.8972.16
Hex9699DA1F1E0Fed3048
Octal226231332373601735560110
Binary100101101001100111011010111111111001111111011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9699DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9699DA; }

 p { color: rgb(150,153,218); }

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

<style>
 a { background-color: #9699DA; }

 a { background-color: rgb(150,153,218); }

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

<style>
 span { border-color: #9699DA; }

 span { border-color: rgb(150,153,218); }

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