#1B6D66

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

Shades of Blue Stone #1B6D66

Tints of Blue Stone #1B6D66

Color information

#1B6D66 (or 0x1B6D66) is unknown color: approx Blue Stone. HEX triplet: 1B, 6D and 66. RGB value is (27,109,102). Sum of RGB (Red+Green+Blue) = 27+109+102=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #1B6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6D66 is #E49299. Grayscale: #535353. Windows color (decimal): -14979738 or 6712603. OLE color: 6712603.

HSL color Cylindrical-coordinate representation of color #1B6D66: hue angle of 174.88º 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 #1B6D66 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB27109102-
CMYK0.7500.060.57
HSL174.88º60.29%26.67%-
HSV(B)174.88º75.23%42.75%-
XYZ8.3212.1314.47-
YUV83.68138.3387.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 109 (42.97% from 255) = 45.80%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=11.34%
G=45.80%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal271091020.7500.060.57174.8860.2926.67
Hex1B6D664B0639af3c1b
Octal3315514611306712577433
Binary1101111011011100110100101101101110011010111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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