#105D66

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

Shades of Blue Stone #105D66

Tints of Blue Stone #105D66

Color information

#105D66 (or 0x105D66) is unknown color: approx Blue Stone. HEX triplet: 10, 5D and 66. RGB value is (16,93,102). Sum of RGB (Red+Green+Blue) = 16+93+102=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #105D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D66 is #EFA299. Grayscale: #464646. Windows color (decimal): -15704730 or 6708496. OLE color: 6708496.

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

Color convert

RGB1693102-
CMYK0.840.0900.6
HSL186.28º72.88%23.14%-
HSV(B)186.28º84.31%40%-
XYZ6.538.913.94-
YUV71145.4988.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=7.58%
G=44.08%
B=48.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16931020.840.0900.6186.2872.8823.14
Hex105D6654903Cba4917
Octal201351461241107427211127
Binary100001011101110011010101001001011110010111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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