#106762

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

Shades of Blue Stone #106762

Tints of Blue Stone #106762

Color information

#106762 (or 0x106762) is unknown color: approx Blue Stone. HEX triplet: 10, 67 and 62. RGB value is (16,103,98). Sum of RGB (Red+Green+Blue) = 16+103+98=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #106762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106762 is #EF989D. Grayscale: #4C4C4C. Windows color (decimal): -15702174 or 6448912. OLE color: 6448912.

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

Color convert

RGB1610398-
CMYK0.8400.050.60
HSL176.55º73.11%23.33%-
HSV(B)176.55º84.47%40.39%-
XYZ7.2710.6913.24-
YUV76.42140.1884.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=7.37%
G=47.47%
B=45.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16103980.8400.050.60176.5573.1123.33
Hex10676254053Cb14917
Octal20147142124057426111127
Binary10000110011111000101010100010111110010110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106762; }

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

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

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

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

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

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

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

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