#969FBF

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

Shades of Rock Blue #969FBF

Tints of Rock Blue #969FBF

Color information

#969FBF (or 0x969FBF) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and BF. RGB value is (150,159,191). Sum of RGB (Red+Green+Blue) = 150+159+191=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #969FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FBF is #696040. Grayscale: #9F9F9F. Windows color (decimal): -6905921 or 12558230. OLE color: 12558230.

HSL color Cylindrical-coordinate representation of color #969FBF: hue angle of 226.83º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969FBF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150159191-
CMYK0.210.1700.25
HSL226.83º24.26%66.86%-
HSV(B)226.83º21.47%74.9%-
XYZ34.3835.0454.24-
YUV159.96145.52120.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 191 (75% from 255) = 38.2%
R=30%
G=31.8%
B=38.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501591910.210.1700.25226.8324.2666.86
Hex969FBF1511019e31843
Octal226237277252103134330103
Binary100101101001111110111111101011000101100111100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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