#969FB3

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

Shades of Rock Blue #969FB3

Tints of Rock Blue #969FB3

Color information

#969FB3 (or 0x969FB3) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and B3. RGB value is (150,159,179). Sum of RGB (Red+Green+Blue) = 150+159+179=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #969FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FB3 is #69604C. Grayscale: #9E9E9E. Windows color (decimal): -6905933 or 11771798. OLE color: 11771798.

HSL color Cylindrical-coordinate representation of color #969FB3: hue angle of 221.38º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969FB3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150159179-
CMYK0.160.1100.30
HSL221.38º16.02%64.51%-
HSV(B)221.38º16.2%70.2%-
XYZ33.1134.5347.57-
YUV158.59139.52121.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=30.74%
G=32.58%
B=36.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501591790.160.1100.30221.3816.0264.51
Hex969FB310B01Edd1041
Octal226237263201303633520101
Binary10010110100111111011001110000101101111011011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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