#969EBC

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

Shades of Rock Blue #969EBC

Tints of Rock Blue #969EBC

Color information

#969EBC (or 0x969EBC) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and BC. RGB value is (150,158,188). Sum of RGB (Red+Green+Blue) = 150+158+188=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #969EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBC is #696143. Grayscale: #9E9E9E. Windows color (decimal): -6906180 or 12361366. OLE color: 12361366.

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

Color convert

RGB150158188-
CMYK0.200.1600.26
HSL227.37º22.09%66.27%-
HSV(B)227.37º20.21%73.73%-
XYZ33.8834.5752.46-
YUV159.03144.35121.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=30.24%
G=31.85%
B=37.90%

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
Decimal1501581880.200.1600.26227.3722.0966.27
Hex969EBC141001Ae31642
Octal226236274242003234326102
Binary100101101001111010111100101001000001101011100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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