#106168

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

Shades of Blue Stone #106168

Tints of Blue Stone #106168

Color information

#106168 (or 0x106168) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 68. RGB value is (16,97,104). Sum of RGB (Red+Green+Blue) = 16+97+104=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #106168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106168 is #EF9E97. Grayscale: #494949. Windows color (decimal): -15703704 or 6840592. OLE color: 6840592.

HSL color Cylindrical-coordinate representation of color #106168: hue angle of 184.77º degrees, saturation: 0.73, 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 #106168 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1697104-
CMYK0.850.0700.59
HSL184.77º73.33%23.53%-
HSV(B)184.77º84.62%40.78%-
XYZ6.999.6614.59-
YUV73.58145.1686.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=7.37%
G=44.70%
B=47.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16971040.850.0700.59184.7773.3323.53
Hex10616855703Bb94918
Octal20141150125707327111130
Binary10000110000111010001010101111011101110111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106168; }

 p { color: rgb(16,97,104); }

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

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

 a { background-color: rgb(16,97,104); }

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

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

 span { border-color: rgb(16,97,104); }

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