#105F68

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

Shades of Blue Stone #105F68

Tints of Blue Stone #105F68

Color information

#105F68 (or 0x105F68) is unknown color: approx Blue Stone. HEX triplet: 10, 5F and 68. RGB value is (16,95,104). Sum of RGB (Red+Green+Blue) = 16+95+104=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #105F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F68 is #EFA097. Grayscale: #484848. Windows color (decimal): -15704216 or 6840080. OLE color: 6840080.

HSL color Cylindrical-coordinate representation of color #105F68: hue angle of 186.14º degrees, saturation: 0.73, 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 #105F68 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1695104-
CMYK0.850.0900.59
HSL186.14º73.33%23.53%-
HSV(B)186.14º84.62%40.78%-
XYZ6.89.2914.53-
YUV72.4145.8387.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=7.44%
G=44.19%
B=48.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16951040.850.0900.59186.1473.3323.53
Hex105F6855903Bba4918
Octal201371501251107327211130
Binary100001011111110100010101011001011101110111010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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