#0E686B

Color #0E686B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0E686B

Tints of Blue Stone #0E686B

Color information

#0E686B (or 0x0E686B) is unknown color: approx Blue Stone. HEX triplet: 0E, 68 and 6B. RGB value is (14,104,107). Sum of RGB (Red+Green+Blue) = 14+104+107=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E686B is #F19794. Grayscale: #4D4D4D. Windows color (decimal): -15832981 or 7038990. OLE color: 7038990.

HSL color Cylindrical-coordinate representation of color #0E686B: hue angle of 181.94º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E686B is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB14104107-
CMYK0.870.0300.58
HSL181.94º76.86%23.73%-
HSV(B)181.94º86.92%41.96%-
XYZ7.7911.0615.63-
YUV77.43144.6882.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=6.22%
G=46.22%
B=47.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal141041070.870.0300.58181.9476.8623.73
HexE686B57303Ab64d18
Octal16150153127307226611530
Binary111011010001101011101011111011101010110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E686B; }

 p { color: rgb(14,104,107); }

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

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

 a { background-color: rgb(14,104,107); }

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

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

 span { border-color: rgb(14,104,107); }

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