Html Css Color HEX #0E6F63 Blue Stone

📋 copy color: '#0E6F63'

red 14 ◦ green 111 ◦ blue 99

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

Shades of Blue Stone #0E6F63

Tints of Blue Stone #0E6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 6.25%
G = 49.55%
B = 44.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#0E6F63 (or 0x0E6F63) is known color: Blue Stone. HEX triplet: 0E, 6F and 63. RGB value is (14,111,99). Sum of RGB (Red+Green+Blue) = 14+111+99=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F63 is #F1909C. Grayscale: #505050. Windows color (decimal): -15831197 or 6516494. OLE color: 6516494.

HSL color Cylindrical-coordinate representation of color #0E6F63: hue angle of 172.58º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6F63 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 111 99 -
CMYK 0.87 0 0.11 0.56
HSL 172.58º 0.78% 0.25% -
HSV(B) 172.58º 0.87% 0.44% -
XYZ 8.12 12.36 13.76 -
YUV 80.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 14 111 99 0.87 0 0.11 0.56 172.58 0.78 0.25
Hex E 6F 63 57 0 B 38 AD 4E 19
Octal 16 157 143 127 0 13 70 255 116 31
Binary 1110 1101111 1100011 1010111 0 1011 111000 10101101 1001110 11001

Color Harmonies of #0E6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6F63

Black with #0E6F63

Text Example


Text Example

White with #0E6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,111,99); }

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

background-color css

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

 a { background-color: rgb(14,111,99); }

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

border-color css

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

 span { border-color: rgb(14,111,99); }

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