#969DBC

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

Shades of Rock Blue #969DBC

Tints of Rock Blue #969DBC

Color information

#969DBC (or 0x969DBC) is unknown color: approx Rock Blue. HEX triplet: 96, 9D and BC. RGB value is (150,157,188). Sum of RGB (Red+Green+Blue) = 150+157+188=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #969DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DBC is #696243. Grayscale: #9E9E9E. Windows color (decimal): -6906436 or 12361110. OLE color: 12361110.

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

Color convert

RGB150157188-
CMYK0.200.1600.26
HSL228.95º22.09%66.27%-
HSV(B)228.95º20.21%73.73%-
XYZ33.7134.2352.41-
YUV158.44144.68121.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=30.30%
G=31.72%
B=37.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501571880.200.1600.26228.9522.0966.27
Hex969DBC141001Ae51642
Octal226235274242003234526102
Binary100101101001110110111100101001000001101011100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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