#969DBD

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

Shades of Rock Blue #969DBD

Tints of Rock Blue #969DBD

Color information

#969DBD (or 0x969DBD) is unknown color: approx Rock Blue. HEX triplet: 96, 9D and BD. RGB value is (150,157,189). Sum of RGB (Red+Green+Blue) = 150+157+189=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #969DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DBD is #696242. Grayscale: #9E9E9E. Windows color (decimal): -6906435 or 12426646. OLE color: 12426646.

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

Color convert

RGB150157189-
CMYK0.210.1700.26
HSL229.23º22.81%66.47%-
HSV(B)229.23º20.63%74.12%-
XYZ33.8234.2752.98-
YUV158.55145.18121.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=30.24%
G=31.65%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501571890.210.1700.26229.2322.8166.47
Hex969DBD151101Ae51742
Octal226235275252103234527102
Binary100101101001110110111101101011000101101011100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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