#969FD6

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

Shades of Portage #969FD6

Tints of Portage #969FD6

Color information

#969FD6 (or 0x969FD6) is unknown color: approx Portage. HEX triplet: 96, 9F and D6. RGB value is (150,159,214). Sum of RGB (Red+Green+Blue) = 150+159+214=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #969FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FD6 is #696029. Grayscale: #A2A2A2. Windows color (decimal): -6905898 or 14065558. OLE color: 14065558.

HSL color Cylindrical-coordinate representation of color #969FD6: hue angle of 231.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969FD6 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150159214-
CMYK0.300.2600.16
HSL231.56º43.84%71.37%-
HSV(B)231.56º29.91%83.92%-
XYZ37.1136.1468.64-
YUV162.58157.02119.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=28.68%
G=30.40%
B=40.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501592140.300.2600.16231.5643.8471.37
Hex969FD61E1A010e82c47
Octal226237326363202035054107
Binary1001011010011111110101101111011010010000111010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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