#1A6F61

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

Shades of Blue Stone #1A6F61

Tints of Blue Stone #1A6F61

Color information

#1A6F61 (or 0x1A6F61) is unknown color: approx Blue Stone. HEX triplet: 1A, 6F and 61. RGB value is (26,111,97). Sum of RGB (Red+Green+Blue) = 26+111+97=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6F61 is #E5909E. Grayscale: #535353. Windows color (decimal): -15044767 or 6385434. OLE color: 6385434.

HSL color Cylindrical-coordinate representation of color #1A6F61: hue angle of 170.12º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F61 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB2611197-
CMYK0.7700.130.56
HSL170.12º62.04%26.86%-
HSV(B)170.12º76.58%43.53%-
XYZ8.2712.4513.28-
YUV83.99135.3486.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=11.11%
G=47.44%
B=41.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26111970.7700.130.56170.1262.0426.86
Hex1A6F614D0D38aa3e1b
Octal32157141115015702527633
Binary11010110111111000011001101011011110001010101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,111,97); }

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

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

 a { background-color: rgb(26,111,97); }

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

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

 span { border-color: rgb(26,111,97); }

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