#106E67

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

Shades of Blue Stone #106E67

Tints of Blue Stone #106E67

Color information

#106E67 (or 0x106E67) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 67. RGB value is (16,110,103). Sum of RGB (Red+Green+Blue) = 16+110+103=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #106E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E67 is #EF9198. Grayscale: #515151. Windows color (decimal): -15700377 or 6778384. OLE color: 6778384.

HSL color Cylindrical-coordinate representation of color #106E67: hue angle of 175.53º 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 #106E67 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB16110103-
CMYK0.8500.060.57
HSL175.53º74.6%24.71%-
HSV(B)175.53º85.45%43.14%-
XYZ8.2412.2414.76-
YUV81.1140.3681.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=6.99%
G=48.03%
B=44.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161101030.8500.060.57175.5374.624.71
Hex106E67550639b04b19
Octal20156147125067126011331
Binary10000110111011001111010101011011100110110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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