Html Css Color HEX #969CCC Blue Bell

📋 copy color: '#969CCC'

red 150 ◦ green 156 ◦ blue 204

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

Shades of Blue Bell #969CCC

Tints of Blue Bell #969CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

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

R = 29.41%
G = 30.59%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#969CCC (or 0x969CCC) is known color: Blue Bell. HEX triplet: 96, 9C and CC. RGB value is (150,156,204). Sum of RGB (Red+Green+Blue) = 150+156+204=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #969CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CCC is #696333. Grayscale: #9F9F9F. Windows color (decimal): -6906676 or 13409430. OLE color: 13409430.

HSL color Cylindrical-coordinate representation of color #969CCC: hue angle of 233.33º 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 #969CCC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 156 204 -
CMYK 0.26 0.24 0 0.2
HSL 233.33º 0.35% 0.69% -
HSV(B) 233.33º 0.26% 0.8% -
XYZ 35.37 34.62 61.95 -
YUV 159.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 150 156 204 0.26 0.24 0 0.2 233.33 0.35 0.69
Hex 96 9C CC 1A 18 0 14 E9 23 45
Octal 226 234 314 32 30 0 24 351 43 105
Binary 10010110 10011100 11001100 11010 11000 0 10100 11101001 100011 1000101

Color Harmonies of #969CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CCC

Black with #969CCC

Text Example


Text Example

White with #969CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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