#107069

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

Shades of Blue Stone #107069

Tints of Blue Stone #107069

Color information

#107069 (or 0x107069) is unknown color: approx Blue Stone. HEX triplet: 10, 70 and 69. RGB value is (16,112,105). Sum of RGB (Red+Green+Blue) = 16+112+105=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #107069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107069 is #EF8F96. Grayscale: #525252. Windows color (decimal): -15699863 or 6909968. OLE color: 6909968.

HSL color Cylindrical-coordinate representation of color #107069: hue angle of 175.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107069 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB16112105-
CMYK0.8600.060.56
HSL175.62º75%25.1%-
HSV(B)175.62º85.71%43.92%-
XYZ8.5612.7215.37-
YUV82.5140.780.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=6.87%
G=48.07%
B=45.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161121050.8600.060.56175.627525.1
Hex107069560638b04b19
Octal20160151126067026011331
Binary10000111000011010011010110011011100010110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107069; }

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

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

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

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

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

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

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

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