#969FF6

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

Shades of Portage #969FF6

Tints of Portage #969FF6

Color information

#969FF6 (or 0x969FF6) is unknown color: approx Portage. HEX triplet: 96, 9F and F6. RGB value is (150,159,246). Sum of RGB (Red+Green+Blue) = 150+159+246=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #969FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FF6 is #696009. Grayscale: #A5A5A5. Windows color (decimal): -6905866 or 16162710. OLE color: 16162710.

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

Color convert

RGB150159246-
CMYK0.390.3500.04
HSL234.38º84.21%77.65%-
HSV(B)234.38º39.02%96.47%-
XYZ41.6137.9392.32-
YUV166.23173.02116.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=27.03%
G=28.65%
B=44.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501592460.390.3500.04234.3884.2177.65
Hex969FF6272304ea544e
Octal226237366474304352124116
Binary10010110100111111111011010011110001101001110101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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