#969DBA

Color #969DBA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #969DBA

Tints of Rock Blue #969DBA

Color information

#969DBA (or 0x969DBA) is unknown color: approx Rock Blue. HEX triplet: 96, 9D and BA. RGB value is (150,157,186). Sum of RGB (Red+Green+Blue) = 150+157+186=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #969DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DBA is #696245. Grayscale: #9E9E9E. Windows color (decimal): -6906438 or 12230038. OLE color: 12230038.

HSL color Cylindrical-coordinate representation of color #969DBA: hue angle of 228.33º 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 #969DBA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150157186-
CMYK0.190.1600.27
HSL228.33º20.69%65.88%-
HSV(B)228.33º19.35%72.94%-
XYZ33.534.1451.28-
YUV158.21143.68122.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=30.43%
G=31.85%
B=37.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501571860.190.1600.27228.3320.6965.88
Hex969DBA131001Be41542
Octal226235272232003334425102
Binary100101101001110110111010100111000001101111100100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #969DBA;
 }
 .AnyTagClassName
 {
   color: #969DBA;
 }
</style>
background-color css

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

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

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

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

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

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