#969FBD

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

Shades of Rock Blue #969FBD

Tints of Rock Blue #969FBD

Color information

#969FBD (or 0x969FBD) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and BD. RGB value is (150,159,189). Sum of RGB (Red+Green+Blue) = 150+159+189=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #969FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FBD is #696042. Grayscale: #9F9F9F. Windows color (decimal): -6905923 or 12427158. OLE color: 12427158.

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

Color convert

RGB150159189-
CMYK0.210.1600.26
HSL226.15º22.81%66.47%-
HSV(B)226.15º20.63%74.12%-
XYZ34.1634.9553.09-
YUV159.73144.52121.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=30.12%
G=31.93%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501591890.210.1600.26226.1522.8166.47
Hex969FBD151001Ae21742
Octal226237275252003234227102
Binary100101101001111110111101101011000001101011100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,189); }

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

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

 a { background-color: rgb(150,159,189); }

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

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

 span { border-color: rgb(150,159,189); }

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