#106B69

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

Shades of Blue Stone #106B69

Tints of Blue Stone #106B69

Color information

#106B69 (or 0x106B69) is unknown color: approx Blue Stone. HEX triplet: 10, 6B and 69. RGB value is (16,107,105). Sum of RGB (Red+Green+Blue) = 16+107+105=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #106B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B69 is #EF9496. Grayscale: #4F4F4F. Windows color (decimal): -15701143 or 6908688. OLE color: 6908688.

HSL color Cylindrical-coordinate representation of color #106B69: hue angle of 178.68º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B69 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB16107105-
CMYK0.8500.020.58
HSL178.68º73.98%24.12%-
HSV(B)178.68º85.05%41.96%-
XYZ8.0211.6515.19-
YUV79.56142.3582.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=7.02%
G=46.93%
B=46.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161071050.8500.020.58178.6873.9824.12
Hex106B6955023Ab34a18
Octal20153151125027226311230
Binary1000011010111101001101010101011101010110011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,105); }

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

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

 a { background-color: rgb(16,107,105); }

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

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

 span { border-color: rgb(16,107,105); }

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