#105F66

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

Shades of Blue Stone #105F66

Tints of Blue Stone #105F66

Color information

#105F66 (or 0x105F66) is unknown color: approx Blue Stone. HEX triplet: 10, 5F and 66. RGB value is (16,95,102). Sum of RGB (Red+Green+Blue) = 16+95+102=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #105F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F66 is #EFA099. Grayscale: #484848. Windows color (decimal): -15704218 or 6709008. OLE color: 6709008.

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

Color convert

RGB1695102-
CMYK0.840.0700.6
HSL184.88º72.88%23.14%-
HSV(B)184.88º84.31%40%-
XYZ6.79.2514-
YUV72.18144.8387.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=7.51%
G=44.60%
B=47.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16951020.840.0700.6184.8872.8823.14
Hex105F6654703Cb94917
Octal20137146124707427111127
Binary10000101111111001101010100111011110010111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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