Html Css Color HEX #0E6E6B Blue Stone

📋 copy color: '#0E6E6B'

red 14 ◦ green 110 ◦ blue 107

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

Shades of Blue Stone #0E6E6B

Tints of Blue Stone #0E6E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.62%

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

R = 6.06%
G = 47.62%
B = 46.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#0E6E6B (or 0x0E6E6B) is known color: Blue Stone. HEX triplet: 0E, 6E and 6B. RGB value is (14,110,107). Sum of RGB (Red+Green+Blue) = 14+110+107=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #0E6E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6E6B is #F19194. Grayscale: #505050. Windows color (decimal): -15831445 or 7040526. OLE color: 7040526.

HSL color Cylindrical-coordinate representation of color #0E6E6B: hue angle of 178.12º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6E6B is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 110 107 -
CMYK 0.87 0 0.03 0.57
HSL 178.13º 0.77% 0.24% -
HSV(B) 178.13º 0.87% 0.43% -
XYZ 8.41 12.31 15.84 -
YUV 80.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 14 110 107 0.87 0 0.03 0.57 178.13 0.77 0.24
Hex E 6E 6B 57 0 3 39 B2 4D 18
Octal 16 156 153 127 0 3 71 262 115 30
Binary 1110 1101110 1101011 1010111 0 11 111001 10110010 1001101 11000

Color Harmonies of #0E6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6E6B

Black with #0E6E6B

Text Example


Text Example

White with #0E6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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