#869699

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

Shades of Submarine #869699

Tints of Submarine #869699

Color information

#869699 (or 0x869699) is unknown color: approx Submarine. HEX triplet: 86, 96 and 99. RGB value is (134,150,153). Sum of RGB (Red+Green+Blue) = 134+150+153=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #869699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869699 is #796966. Grayscale: #919191. Windows color (decimal): -7956839 or 10065542. OLE color: 10065542.

HSL color Cylindrical-coordinate representation of color #869699: hue angle of 189.47º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869699 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134150153-
CMYK0.120.0200.4
HSL189.47º8.52%56.27%-
HSV(B)189.47º12.42%60%-
XYZ26.4929.1834.37-
YUV145.56132.2119.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=30.66%
G=34.32%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341501530.120.0200.4189.478.5256.27
Hex869699C2028bd938
Octal2062262311420502751170
Binary1000011010010110100110011100100101000101111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869699; }

 p { color: rgb(134,150,153); }

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

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

 a { background-color: rgb(134,150,153); }

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

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

 span { border-color: rgb(134,150,153); }

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