#9690CC

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

Shades of Blue Bell #9690CC

Tints of Blue Bell #9690CC

Color information

#9690CC (or 0x9690CC) is unknown color: approx Blue Bell. HEX triplet: 96, 90 and CC. RGB value is (150,144,204). Sum of RGB (Red+Green+Blue) = 150+144+204=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9690CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690CC is #696F33. Grayscale: #989898. Windows color (decimal): -6909748 or 13406358. OLE color: 13406358.

HSL color Cylindrical-coordinate representation of color #9690CC: hue angle of 246º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9690CC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150144204-
CMYK0.260.2900.2
HSL246º37.04%68.24%-
HSV(B)246º29.41%80%-
XYZ33.4530.7961.31-
YUV152.63156.99126.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=30.12%
G=28.92%
B=40.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501442040.260.2900.224637.0468.24
Hex9690CC1A1D014f62544
Octal226220314323502436645104
Binary1001011010010000110011001101011101010100111101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690CC; }

 p { color: rgb(150,144,204); }

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

<style>
 a { background-color: #9690CC; }

 a { background-color: rgb(150,144,204); }

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

<style>
 span { border-color: #9690CC; }

 span { border-color: rgb(150,144,204); }

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