#106E65

Color #106E65 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #106E65

Tints of Blue Stone #106E65

Color information

#106E65 (or 0x106E65) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 65. RGB value is (16,110,101). Sum of RGB (Red+Green+Blue) = 16+110+101=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #106E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E65 is #EF919A. Grayscale: #505050. Windows color (decimal): -15700379 or 6647312. OLE color: 6647312.

HSL color Cylindrical-coordinate representation of color #106E65: hue angle of 174.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E65 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB16110101-
CMYK0.8500.080.57
HSL174.26º74.6%24.71%-
HSV(B)174.26º85.45%43.14%-
XYZ8.1412.214.24-
YUV80.87139.3681.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=7.05%
G=48.46%
B=44.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161101010.8500.080.57174.2674.624.71
Hex106E65550839ae4b19
Octal201561451250107125611331
Binary100001101110110010110101010100011100110101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E65; }

 p { color: rgb(16,110,101); }

 H1.HeaderClassName
 {
   color: #106E65;
 }
 .AnyTagClassName
 {
   color: #106E65;
 }
</style>
background-color css

<style>
 a { background-color: #106E65; }

 a { background-color: rgb(16,110,101); }

 div.DivClassName
 {
   background-color: #106E65;
 }
 .BgClassName
 {
   background-color: #106E65;
 }
</style>
border-color css

<style>
 span { border-color: #106E65; }

 span { border-color: rgb(16,110,101); }

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