Html Css Color HEX #9699CC Blue Bell

📋 copy color: '#9699CC'

red 150 ◦ green 153 ◦ blue 204

#9699CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9699CC

Tints of Blue Bell #9699CC

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 153 (60.16% from 255) = 30.18%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 29.59%
G = 30.18%
B = 40.24%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9699CC (or 0x9699CC) is known color: Blue Bell. HEX triplet: 96, 99 and CC. RGB value is (150,153,204). Sum of RGB (Red+Green+Blue) = 150+153+204=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9699CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699CC is #696633. Grayscale: #9D9D9D. Windows color (decimal): -6907444 or 13408662. OLE color: 13408662.

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

Color convert

RGB 150 153 204 -
CMYK 0.26 0.25 0 0.2
HSL 236.67º 0.35% 0.69% -
HSV(B) 236.67º 0.26% 0.8% -
XYZ 34.87 33.63 61.78 -
YUV 157.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 150 153 204 0.26 0.25 0 0.2 236.67 0.35 0.69
Hex 96 99 CC 1A 19 0 14 ED 23 45
Octal 226 231 314 32 31 0 24 355 43 105
Binary 10010110 10011001 11001100 11010 11001 0 10100 11101101 100011 1000101

Color Harmonies of #9699CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699CC

Black with #9699CC

Text Example


Text Example

White with #9699CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9699CC;
 }
 .AnyTagClassName
 {
   color: #9699CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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