#1B6F60

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

Shades of Blue Stone #1B6F60

Tints of Blue Stone #1B6F60

Color information

#1B6F60 (or 0x1B6F60) is unknown color: approx Blue Stone. HEX triplet: 1B, 6F and 60. RGB value is (27,111,96). Sum of RGB (Red+Green+Blue) = 27+111+96=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F60 is #E4909F. Grayscale: #545454. Windows color (decimal): -14979232 or 6319899. OLE color: 6319899.

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

Color convert

RGB2711196-
CMYK0.7600.140.56
HSL169.29º60.87%27.06%-
HSV(B)169.29º75.68%43.53%-
XYZ8.2512.4513.03-
YUV84.17134.6787.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=11.54%
G=47.44%
B=41.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27111960.7600.140.56169.2960.8727.06
Hex1B6F604C0E38a93d1b
Octal33157140114016702517533
Binary11011110111111000001001100011101110001010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,111,96); }

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

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

 a { background-color: rgb(27,111,96); }

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

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

 span { border-color: rgb(27,111,96); }

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