#999EB6

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

Shades of Logan #999EB6

Tints of Logan #999EB6

Color information

#999EB6 (or 0x999EB6) is unknown color: approx Logan. HEX triplet: 99, 9E and B6. RGB value is (153,158,182). Sum of RGB (Red+Green+Blue) = 153+158+182=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #999EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EB6 is #666149. Grayscale: #9F9F9F. Windows color (decimal): -6709578 or 11968153. OLE color: 11968153.

HSL color Cylindrical-coordinate representation of color #999EB6: hue angle of 229.66º 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 #999EB6 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153158182-
CMYK0.160.1300.29
HSL229.66º16.57%65.69%-
HSV(B)229.66º15.93%71.37%-
XYZ33.8134.649.15-
YUV159.24140.84123.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=31.03%
G=32.05%
B=36.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531581820.160.1300.29229.6616.5765.69
Hex999EB610D01De61142
Octal231236266201503534621102
Binary10011001100111101011011010000110101110111100110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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