Html Css Color HEX #0E696C Blue Stone

📋 copy color: '#0E696C'

red 14 ◦ green 105 ◦ blue 108

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

Shades of Blue Stone #0E696C

Tints of Blue Stone #0E696C

RGB

 RED value IS 14 (5.86% from 255) = 6.17%

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 6.17%
G = 46.26%
B = 47.58%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E696C (or 0x0E696C) is known color: Blue Stone. HEX triplet: 0E, 69 and 6C. RGB value is (14,105,108). Sum of RGB (Red+Green+Blue) = 14+105+108=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E696C is #F19693. Grayscale: #4E4E4E. Windows color (decimal): -15832724 or 7104782. OLE color: 7104782.

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

Color convert

RGB 14 105 108 -
CMYK 0.87 0.03 0 0.58
HSL 181.91º 0.77% 0.24% -
HSV(B) 181.91º 0.87% 0.42% -
XYZ 7.94 11.28 15.95 -
YUV 78.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 14 105 108 0.87 0.03 0 0.58 181.91 0.77 0.24
Hex E 69 6C 57 3 0 3A B6 4D 18
Octal 16 151 154 127 3 0 72 266 115 30
Binary 1110 1101001 1101100 1010111 11 0 111010 10110110 1001101 11000

Color Harmonies of #0E696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E696C

Black with #0E696C

Text Example


Text Example

White with #0E696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,108); }

 H1.HeaderClassName
 {
   color: #0E696C;
 }
 .AnyTagClassName
 {
   color: #0E696C;
 }
</style>

background-color css

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

 a { background-color: rgb(14,105,108); }

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

border-color css

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

 span { border-color: rgb(14,105,108); }

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