#969CBB

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

Shades of Logan #969CBB

Tints of Logan #969CBB

Color information

#969CBB (or 0x969CBB) is unknown color: approx Logan. HEX triplet: 96, 9C and BB. RGB value is (150,156,187). Sum of RGB (Red+Green+Blue) = 150+156+187=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #969CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CBB is #696344. Grayscale: #9D9D9D. Windows color (decimal): -6906693 or 12295318. OLE color: 12295318.

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

Color convert

RGB150156187-
CMYK0.200.1700.27
HSL230.27º21.39%66.08%-
HSV(B)230.27º19.79%73.33%-
XYZ33.4433.8551.78-
YUV157.74144.51122.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=30.43%
G=31.64%
B=37.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501561870.200.1700.27230.2721.3966.08
Hex969CBB141101Be61542
Octal226234273242103334625102
Binary100101101001110010111011101001000101101111100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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