#969BBC

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

Shades of Logan #969BBC

Tints of Logan #969BBC

Color information

#969BBC (or 0x969BBC) is unknown color: approx Logan. HEX triplet: 96, 9B and BC. RGB value is (150,155,188). Sum of RGB (Red+Green+Blue) = 150+155+188=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #969BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BBC is #696443. Grayscale: #9D9D9D. Windows color (decimal): -6906948 or 12360598. OLE color: 12360598.

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

Color convert

RGB150155188-
CMYK0.200.1800.26
HSL232.11º22.09%66.27%-
HSV(B)232.11º20.21%73.73%-
XYZ33.3833.5652.3-
YUV157.27145.34122.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=30.43%
G=31.44%
B=38.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501551880.200.1800.26232.1122.0966.27
Hex969BBC141201Ae81642
Octal226233274242203235026102
Binary100101101001101110111100101001001001101011101000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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