#869CC6

Color #869CC6 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #869CC6

Tints of Polo Blue #869CC6

Color information

#869CC6 (or 0x869CC6) is unknown color: approx Polo Blue. HEX triplet: 86, 9C and C6. RGB value is (134,156,198). Sum of RGB (Red+Green+Blue) = 134+156+198=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #869CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CC6 is #796339. Grayscale: #9A9A9A. Windows color (decimal): -7955258 or 13016198. OLE color: 13016198.

HSL color Cylindrical-coordinate representation of color #869CC6: hue angle of 219.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #869CC6 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134156198-
CMYK0.320.2100.22
HSL219.38º35.96%65.1%-
HSV(B)219.38º32.32%77.65%-
XYZ31.9132.9258.1-
YUV154.21152.71113.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=27.46%
G=31.97%
B=40.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341561980.320.2100.22219.3835.9665.1
Hex869CC62015016db2441
Octal206234306402502633344101
Binary10000110100111001100011010000010101010110110110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869CC6; }

 p { color: rgb(134,156,198); }

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

<style>
 a { background-color: #869CC6; }

 a { background-color: rgb(134,156,198); }

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

<style>
 span { border-color: #869CC6; }

 span { border-color: rgb(134,156,198); }

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