#0E686A

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

Shades of Blue Stone #0E686A

Tints of Blue Stone #0E686A

Color information

#0E686A (or 0x0E686A) is unknown color: approx Blue Stone. HEX triplet: 0E, 68 and 6A. RGB value is (14,104,106). Sum of RGB (Red+Green+Blue) = 14+104+106=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E686A is #F19795. Grayscale: #4D4D4D. Windows color (decimal): -15832982 or 6973454. OLE color: 6973454.

HSL color Cylindrical-coordinate representation of color #0E686A: hue angle of 181.3º 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 #0E686A is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB14104106-
CMYK0.870.0200.58
HSL181.3º76.67%23.53%-
HSV(B)181.3º86.79%41.57%-
XYZ7.7311.0315.36-
YUV77.32144.1882.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=6.25%
G=46.43%
B=47.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal141041060.870.0200.58181.376.6723.53
HexE686A57203Ab54d18
Octal16150152127207226511530
Binary111011010001101010101011110011101010110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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