Html Css Color HEX #969BD6 Blue Bell

📋 copy color: '#969BD6'

red 150 ◦ green 155 ◦ blue 214

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

Shades of Blue Bell #969BD6

Tints of Blue Bell #969BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 28.9%
G = 29.87%
B = 41.23%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#969BD6 (or 0x969BD6) is known color: Blue Bell. HEX triplet: 96, 9B and D6. RGB value is (150,155,214). Sum of RGB (Red+Green+Blue) = 150+155+214=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #969BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BD6 is #696429. Grayscale: #9F9F9F. Windows color (decimal): -6906922 or 14064534. OLE color: 14064534.

HSL color Cylindrical-coordinate representation of color #969BD6: hue angle of 235.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969BD6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 155 214 -
CMYK 0.30 0.28 0 0.16
HSL 235.31º 0.44% 0.71% -
HSV(B) 235.31º 0.3% 0.84% -
XYZ 36.44 34.78 68.41 -
YUV 160.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 150 155 214 0.30 0.28 0 0.16 235.31 0.44 0.71
Hex 96 9B D6 1E 1C 0 10 EB 2C 47
Octal 226 233 326 36 34 0 20 353 54 107
Binary 10010110 10011011 11010110 11110 11100 0 10000 11101011 101100 1000111

Color Harmonies of #969BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BD6

Black with #969BD6

Text Example


Text Example

White with #969BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,155,214); }

 H1.HeaderClassName
 {
   color: #969BD6;
 }
 .AnyTagClassName
 {
   color: #969BD6;
 }
</style>

background-color css

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

 a { background-color: rgb(150,155,214); }

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

border-color css

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

 span { border-color: rgb(150,155,214); }

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