#106765

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

Shades of Blue Stone #106765

Tints of Blue Stone #106765

Color information

#106765 (or 0x106765) is unknown color: approx Blue Stone. HEX triplet: 10, 67 and 65. RGB value is (16,103,101). Sum of RGB (Red+Green+Blue) = 16+103+101=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #106765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106765 is #EF989A. Grayscale: #4C4C4C. Windows color (decimal): -15702171 or 6645520. OLE color: 6645520.

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

Color convert

RGB16103101-
CMYK0.8400.020.60
HSL178.62º73.11%23.33%-
HSV(B)178.62º84.47%40.39%-
XYZ7.4110.7514-
YUV76.76141.6884.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=7.27%
G=46.82%
B=45.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal161031010.8400.020.60178.6273.1123.33
Hex10676554023Cb34917
Octal20147145124027426311127
Binary1000011001111100101101010001011110010110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106765; }

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

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

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

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

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

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

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

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