Html Css Color HEX #0E676B Blue Stone

📋 copy color: '#0E676B'

red 14 ◦ green 103 ◦ blue 107

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

Shades of Blue Stone #0E676B

Tints of Blue Stone #0E676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.98%

 BLUE value IS 107 (42.19% from 255) = 47.77%

R = 6.25%
G = 45.98%
B = 47.77%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E676B (or 0x0E676B) is known color: Blue Stone. HEX triplet: 0E, 67 and 6B. RGB value is (14,103,107). Sum of RGB (Red+Green+Blue) = 14+103+107=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E676B is #F19894. Grayscale: #4C4C4C. Windows color (decimal): -15833237 or 7038734. OLE color: 7038734.

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

Color convert

RGB 14 103 107 -
CMYK 0.87 0.04 0 0.58
HSL 182.58º 0.77% 0.24% -
HSV(B) 182.58º 0.87% 0.42% -
XYZ 7.69 10.86 15.6 -
YUV 76.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 14 103 107 0.87 0.04 0 0.58 182.58 0.77 0.24
Hex E 67 6B 57 4 0 3A B7 4D 18
Octal 16 147 153 127 4 0 72 267 115 30
Binary 1110 1100111 1101011 1010111 100 0 111010 10110111 1001101 11000

Color Harmonies of #0E676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E676B

Black with #0E676B

Text Example


Text Example

White with #0E676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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