#969EBB

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

Shades of Rock Blue #969EBB

Tints of Rock Blue #969EBB

Color information

#969EBB (or 0x969EBB) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and BB. RGB value is (150,158,187). Sum of RGB (Red+Green+Blue) = 150+158+187=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #969EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBB is #696144. Grayscale: #9E9E9E. Windows color (decimal): -6906181 or 12295830. OLE color: 12295830.

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

Color convert

RGB150158187-
CMYK0.200.1600.27
HSL227.03º21.39%66.08%-
HSV(B)227.03º19.79%73.33%-
XYZ33.7734.5351.9-
YUV158.91143.85121.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=30.30%
G=31.92%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501581870.200.1600.27227.0321.3966.08
Hex969EBB141001Be31542
Octal226236273242003334325102
Binary100101101001111010111011101001000001101111100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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