#999FF6

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

Shades of Portage #999FF6

Tints of Portage #999FF6

Color information

#999FF6 (or 0x999FF6) is unknown color: approx Portage. HEX triplet: 99, 9F and F6. RGB value is (153,159,246). Sum of RGB (Red+Green+Blue) = 153+159+246=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #999FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FF6 is #666009. Grayscale: #A6A6A6. Windows color (decimal): -6709258 or 16162713. OLE color: 16162713.

HSL color Cylindrical-coordinate representation of color #999FF6: hue angle of 236.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999FF6 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153159246-
CMYK0.380.3500.04
HSL236.13º83.78%78.24%-
HSV(B)236.13º37.8%96.47%-
XYZ42.1738.2292.34-
YUV167.12172.51117.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=27.42%
G=28.49%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531592460.380.3500.04236.1383.7878.24
Hex999FF6262304ec544e
Octal231237366464304354124116
Binary10011001100111111111011010011010001101001110110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,159,246); }

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

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

 a { background-color: rgb(153,159,246); }

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

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

 span { border-color: rgb(153,159,246); }

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