#106055

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

Shades of Blue Stone #106055

Tints of Blue Stone #106055

Color information

#106055 (or 0x106055) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 55. RGB value is (16,96,85). Sum of RGB (Red+Green+Blue) = 16+96+85=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #106055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106055 is #EF9FAA. Grayscale: #464646. Windows color (decimal): -15703979 or 5595152. OLE color: 5595152.

HSL color Cylindrical-coordinate representation of color #106055: hue angle of 171.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106055 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB169685-
CMYK0.8300.110.62
HSL171.75º71.43%21.96%-
HSV(B)171.75º83.33%37.65%-
XYZ6.049.1310.04-
YUV70.8313688.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=8.12%
G=48.73%
B=43.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696850.8300.110.62171.7571.4321.96
Hex106055530B3Eac4716
Octal201401251230137625410726
Binary100001100000101010110100110101111111010101100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106055; }

 p { color: rgb(16,96,85); }

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

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

 a { background-color: rgb(16,96,85); }

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

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

 span { border-color: rgb(16,96,85); }

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