#106069

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

Shades of Blue Stone #106069

Tints of Blue Stone #106069

Color information

#106069 (or 0x106069) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 69. RGB value is (16,96,105). Sum of RGB (Red+Green+Blue) = 16+96+105=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #106069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106069 is #EF9F96. Grayscale: #484848. Windows color (decimal): -15703959 or 6905872. OLE color: 6905872.

HSL color Cylindrical-coordinate representation of color #106069: hue angle of 186.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106069 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1696105-
CMYK0.850.0900.59
HSL186.07º73.55%23.73%-
HSV(B)186.07º84.76%41.18%-
XYZ6.959.514.83-
YUV73.1114687.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=7.37%
G=44.24%
B=48.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16961050.850.0900.59186.0773.5523.73
Hex10606955903Bba4a18
Octal201401511251107327211230
Binary100001100000110100110101011001011101110111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106069; }

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

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

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

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

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

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

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

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