Html Css Color HEX #0E6F69 Blue Stone

📋 copy color: '#0E6F69'

red 14 ◦ green 111 ◦ blue 105

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

Shades of Blue Stone #0E6F69

Tints of Blue Stone #0E6F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 6.09%
G = 48.26%
B = 45.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#0E6F69 (or 0x0E6F69) is known color: Blue Stone. HEX triplet: 0E, 6F and 69. RGB value is (14,111,105). Sum of RGB (Red+Green+Blue) = 14+111+105=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F69 is #F19096. Grayscale: #515151. Windows color (decimal): -15831191 or 6909710. OLE color: 6909710.

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

Color convert

RGB 14 111 105 -
CMYK 0.87 0 0.05 0.56
HSL 176.29º 0.78% 0.25% -
HSV(B) 176.29º 0.87% 0.44% -
XYZ 8.42 12.48 15.33 -
YUV 81.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 14 111 105 0.87 0 0.05 0.56 176.29 0.78 0.25
Hex E 6F 69 57 0 5 38 B0 4E 19
Octal 16 157 151 127 0 5 70 260 116 31
Binary 1110 1101111 1101001 1010111 0 101 111000 10110000 1001110 11001

Color Harmonies of #0E6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6F69

Black with #0E6F69

Text Example


Text Example

White with #0E6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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