Html Css Color HEX #969CBA Rock Blue

📋 copy color: '#969CBA'

red 150 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #969CBA

Tints of Rock Blue #969CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 30.49%
G = 31.71%
B = 37.8%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#969CBA (or 0x969CBA) is known color: Rock Blue. HEX triplet: 96, 9C and BA. RGB value is (150,156,186). Sum of RGB (Red+Green+Blue) = 150+156+186=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #969CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CBA is #696345. Grayscale: #9D9D9D. Windows color (decimal): -6906694 or 12229782. OLE color: 12229782.

HSL color Cylindrical-coordinate representation of color #969CBA: hue angle of 230º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969CBA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 156 186 -
CMYK 0.19 0.16 0 0.27
HSL 230º 0.21% 0.66% -
HSV(B) 230º 0.19% 0.73% -
XYZ 33.33 33.81 51.22 -
YUV 157.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 150 156 186 0.19 0.16 0 0.27 230 0.21 0.66
Hex 96 9C BA 13 10 0 1B E6 15 42
Octal 226 234 272 23 20 0 33 346 25 102
Binary 10010110 10011100 10111010 10011 10000 0 11011 11100110 10101 1000010

Color Harmonies of #969CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CBA

Black with #969CBA

Text Example


Text Example

White with #969CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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