#106062

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

Shades of Blue Stone #106062

Tints of Blue Stone #106062

Color information

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

HSL color Cylindrical-coordinate representation of color #106062: hue angle of 181.46º 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 #106062 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB169698-
CMYK0.840.0200.62
HSL181.46º71.93%22.35%-
HSV(B)181.46º83.67%38.43%-
XYZ6.69.3613.01-
YUV72.31142.587.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696980.840.0200.62181.4671.9322.35
Hex10606254203Eb54816
Octal20140142124207626511026
Binary1000011000001100010101010010011111010110101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106062; }

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

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

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

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

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

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

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

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