#969FB6

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

Shades of Rock Blue #969FB6

Tints of Rock Blue #969FB6

Color information

#969FB6 (or 0x969FB6) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and B6. RGB value is (150,159,182). Sum of RGB (Red+Green+Blue) = 150+159+182=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #969FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FB6 is #696049. Grayscale: #9E9E9E. Windows color (decimal): -6905930 or 11968406. OLE color: 11968406.

HSL color Cylindrical-coordinate representation of color #969FB6: hue angle of 223.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #969FB6 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150159182-
CMYK0.180.1300.29
HSL223.12º17.98%65.1%-
HSV(B)223.12º17.58%71.37%-
XYZ33.4234.6649.18-
YUV158.93141.02121.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=30.55%
G=32.38%
B=37.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501591820.180.1300.29223.1217.9865.1
Hex969FB612D01Ddf1241
Octal226237266221503533722101
Binary10010110100111111011011010010110101110111011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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