Html Css Color HEX #869699 Submarine

📋 copy color: '#869699'

red 134 ◦ green 150 ◦ blue 153

#869699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #869699

Tints of Submarine #869699

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 value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#869699 (or 0x869699) is known color: 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

RGB 134 150 153 -
CMYK 0.12 0.02 0 0.4
HSL 189.47º 0.09% 0.56% -
HSV(B) 189.47º 0.12% 0.6% -
XYZ 26.49 29.18 34.37 -
YUV 145.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 134 150 153 0.12 0.02 0 0.4 189.47 0.09 0.56
Hex 86 96 99 C 2 0 28 BD 9 38
Octal 206 226 231 14 2 0 50 275 11 70
Binary 10000110 10010110 10011001 1100 10 0 101000 10111101 1001 111000

Color Harmonies of #869699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869699

Black with #869699

Text Example


Text Example

White with #869699

Text Example


Text Example

HTML Codes & Css Web 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>