#1B6A61

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

Shades of Blue Stone #1B6A61

Tints of Blue Stone #1B6A61

Color information

#1B6A61 (or 0x1B6A61) is unknown color: approx Blue Stone. HEX triplet: 1B, 6A and 61. RGB value is (27,106,97). Sum of RGB (Red+Green+Blue) = 27+106+97=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A61 is #E4959E. Grayscale: #515151. Windows color (decimal): -14980511 or 6384155. OLE color: 6384155.

HSL color Cylindrical-coordinate representation of color #1B6A61: hue angle of 173.16º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A61 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB2710697-
CMYK0.7500.080.58
HSL173.16º59.4%26.08%-
HSV(B)173.16º74.53%41.57%-
XYZ7.7611.413.1-
YUV81.35136.8389.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.74%
GREEN value IS 106 (41.80% from 255) = 46.09%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=11.74%
G=46.09%
B=42.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106970.7500.080.58173.1659.426.08
Hex1B6A614B083Aad3b1a
Octal33152141113010722557332
Binary11011110101011000011001011010001110101010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B6A61; }

 p { color: rgb(27,106,97); }

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

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

 a { background-color: rgb(27,106,97); }

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

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

 span { border-color: rgb(27,106,97); }

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