Html Css Color HEX #9699DA Blue Bell

📋 copy color: '#9699DA'

red 150 ◦ green 153 ◦ blue 218

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

Shades of Blue Bell #9699DA

Tints of Blue Bell #9699DA

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 value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9699DA (or 0x9699DA) is known color: 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

RGB 150 153 218 -
CMYK 0.31 0.30 0 0.15
HSL 237.35º 0.48% 0.72% -
HSV(B) 237.35º 0.31% 0.85% -
XYZ 36.62 34.33 71.03 -
YUV 159.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 150 153 218 0.31 0.30 0 0.15 237.35 0.48 0.72
Hex 96 99 DA 1F 1E 0 F ED 30 48
Octal 226 231 332 37 36 0 17 355 60 110
Binary 10010110 10011001 11011010 11111 11110 0 1111 11101101 110000 1001000

Color Harmonies of #9699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699DA

Black with #9699DA

Text Example


Text Example

White with #9699DA

Text Example


Text Example

HTML Codes & Css Web 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>