Html Css Color HEX #0E615E Blue Stone

📋 copy color: '#0E615E'

red 14 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #0E615E

Tints of Blue Stone #0E615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 6.83%
G = 47.32%
B = 45.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#0E615E (or 0x0E615E) is known color: Blue Stone. HEX triplet: 0E, 61 and 5E. RGB value is (14,97,94). Sum of RGB (Red+Green+Blue) = 14+97+94=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #0E615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E615E is #F19EA1. Grayscale: #474747. Windows color (decimal): -15834786 or 6185230. OLE color: 6185230.

HSL color Cylindrical-coordinate representation of color #0E615E: hue angle of 177.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E615E is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 97 94 -
CMYK 0.86 0 0.03 0.62
HSL 177.83º 0.75% 0.22% -
HSV(B) 177.83º 0.86% 0.38% -
XYZ 6.48 9.45 12.07 -
YUV 71.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 14 97 94 0.86 0 0.03 0.62 177.83 0.75 0.22
Hex E 61 5E 56 0 3 3E B2 4B 16
Octal 16 141 136 126 0 3 76 262 113 26
Binary 1110 1100001 1011110 1010110 0 11 111110 10110010 1001011 10110

Color Harmonies of #0E615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E615E

Black with #0E615E

Text Example


Text Example

White with #0E615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,97,94); }

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

background-color css

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

 a { background-color: rgb(14,97,94); }

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

border-color css

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

 span { border-color: rgb(14,97,94); }

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