#106260

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

Shades of Blue Stone #106260

Tints of Blue Stone #106260

Color information

#106260 (or 0x106260) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 60. RGB value is (16,98,96). Sum of RGB (Red+Green+Blue) = 16+98+96=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #106260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106260 is #EF9D9F. Grayscale: #494949. Windows color (decimal): -15703456 or 6316560. OLE color: 6316560.

HSL color Cylindrical-coordinate representation of color #106260: hue angle of 178.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106260 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB169896-
CMYK0.8400.020.62
HSL178.54º71.93%22.35%-
HSV(B)178.54º83.67%38.43%-
XYZ6.699.6912.58-
YUV73.25140.8387.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=7.62%
G=46.67%
B=45.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698960.8400.020.62178.5471.9322.35
Hex10626054023Eb34816
Octal20142140124027626311026
Binary1000011000101100000101010001011111010110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106260; }

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

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

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

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

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

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

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

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