#105D61

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

Shades of Blue Stone #105D61

Tints of Blue Stone #105D61

Color information

#105D61 (or 0x105D61) is unknown color: approx Blue Stone. HEX triplet: 10, 5D and 61. RGB value is (16,93,97). Sum of RGB (Red+Green+Blue) = 16+93+97=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #105D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D61 is #EFA29E. Grayscale: #464646. Windows color (decimal): -15704735 or 6380816. OLE color: 6380816.

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

Color convert

RGB169397-
CMYK0.840.0400.62
HSL182.96º71.68%22.16%-
HSV(B)182.96º83.51%38.04%-
XYZ6.298.812.68-
YUV70.43142.9989.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=7.77%
G=45.15%
B=47.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1693970.840.0400.62182.9671.6822.16
Hex105D6154403Eb74816
Octal20135141124407626711026
Binary10000101110111000011010100100011111010110111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105D61; }

 p { color: rgb(16,93,97); }

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

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

 a { background-color: rgb(16,93,97); }

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

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

 span { border-color: rgb(16,93,97); }

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