#1B6B6C

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

Shades of Blue Stone #1B6B6C

Tints of Blue Stone #1B6B6C

Color information

#1B6B6C (or 0x1B6B6C) is unknown color: approx Blue Stone. HEX triplet: 1B, 6B and 6C. RGB value is (27,107,108). Sum of RGB (Red+Green+Blue) = 27+107+108=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B6B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B6C is #E49493. Grayscale: #535353. Windows color (decimal): -14980244 or 7105307. OLE color: 7105307.

HSL color Cylindrical-coordinate representation of color #1B6B6C: hue angle of 180.74º degrees, saturation: 0.6, 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 #1B6B6C is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB27107108-
CMYK0.750.0100.58
HSL180.74º60%26.47%-
HSV(B)180.74º75%42.35%-
XYZ8.4211.8316.03-
YUV83.1914287.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=11.16%
G=44.21%
B=44.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal271071080.750.0100.58180.746026.47
Hex1B6B6C4B103Ab53c1a
Octal3315315411310722657432
Binary11011110101111011001001011101110101011010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,107,108); }

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

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

 a { background-color: rgb(27,107,108); }

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

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

 span { border-color: rgb(27,107,108); }

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