#999DB6

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

Shades of Logan #999DB6

Tints of Logan #999DB6

Color information

#999DB6 (or 0x999DB6) is unknown color: approx Logan. HEX triplet: 99, 9D and B6. RGB value is (153,157,182). Sum of RGB (Red+Green+Blue) = 153+157+182=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #999DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB6 is #666249. Grayscale: #9E9E9E. Windows color (decimal): -6709834 or 11967897. OLE color: 11967897.

HSL color Cylindrical-coordinate representation of color #999DB6: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999DB6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153157182-
CMYK0.160.1400.29
HSL231.72º16.57%65.69%-
HSV(B)231.72º15.93%71.37%-
XYZ33.6434.2649.1-
YUV158.65141.17123.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=31.10%
G=31.91%
B=36.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531571820.160.1400.29231.7216.5765.69
Hex999DB610E01De81142
Octal231235266201603535021102
Binary10011001100111011011011010000111001110111101000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999DB6; }

 p { color: rgb(153,157,182); }

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

<style>
 a { background-color: #999DB6; }

 a { background-color: rgb(153,157,182); }

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

<style>
 span { border-color: #999DB6; }

 span { border-color: rgb(153,157,182); }

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