#1B6D6A

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

Shades of Blue Stone #1B6D6A

Tints of Blue Stone #1B6D6A

Color information

#1B6D6A (or 0x1B6D6A) is unknown color: approx Blue Stone. HEX triplet: 1B, 6D and 6A. RGB value is (27,109,106). Sum of RGB (Red+Green+Blue) = 27+109+106=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #1B6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6D6A is #E49295. Grayscale: #545454. Windows color (decimal): -14979734 or 6974747. OLE color: 6974747.

HSL color Cylindrical-coordinate representation of color #1B6D6A: hue angle of 177.8º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6D6A is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB27109106-
CMYK0.7500.030.57
HSL177.8º60.29%26.67%-
HSV(B)177.8º75.23%42.75%-
XYZ8.5212.2115.54-
YUV84.14140.3387.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=11.16%
G=45.04%
B=43.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal271091060.7500.030.57177.860.2926.67
Hex1B6D6A4B0339b23c1b
Octal3315515211303712627433
Binary110111101101110101010010110111110011011001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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