#105F69

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

Shades of Blue Stone #105F69

Tints of Blue Stone #105F69

Color information

#105F69 (or 0x105F69) is unknown color: approx Blue Stone. HEX triplet: 10, 5F and 69. RGB value is (16,95,105). Sum of RGB (Red+Green+Blue) = 16+95+105=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #105F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F69 is #EFA096. Grayscale: #484848. Windows color (decimal): -15704215 or 6905616. OLE color: 6905616.

HSL color Cylindrical-coordinate representation of color #105F69: hue angle of 186.74º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105F69 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1695105-
CMYK0.850.1000.59
HSL186.74º73.55%23.73%-
HSV(B)186.74º84.76%41.18%-
XYZ6.869.3114.8-
YUV72.52146.3387.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.41%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=7.41%
G=43.98%
B=48.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16951050.850.1000.59186.7473.5523.73
Hex105F6955A03Bbb4a18
Octal201371511251207327311230
Binary100001011111110100110101011010011101110111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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