#106265

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

Shades of Blue Stone #106265

Tints of Blue Stone #106265

Color information

#106265 (or 0x106265) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 65. RGB value is (16,98,101). Sum of RGB (Red+Green+Blue) = 16+98+101=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #106265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106265 is #EF9D9A. Grayscale: #494949. Windows color (decimal): -15703451 or 6644240. OLE color: 6644240.

HSL color Cylindrical-coordinate representation of color #106265: hue angle of 182.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106265 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1698101-
CMYK0.840.0300.60
HSL182.12º72.65%22.94%-
HSV(B)182.12º84.16%39.61%-
XYZ6.939.7913.84-
YUV73.82143.3386.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=7.44%
G=45.58%
B=46.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16981010.840.0300.60182.1272.6522.94
Hex10626554303Cb64917
Octal20142145124307426611127
Binary1000011000101100101101010011011110010110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106265; }

 p { color: rgb(16,98,101); }

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

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

 a { background-color: rgb(16,98,101); }

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

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

 span { border-color: rgb(16,98,101); }

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