#1B6B68

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

Shades of Blue Stone #1B6B68

Tints of Blue Stone #1B6B68

Color information

#1B6B68 (or 0x1B6B68) is unknown color: approx Blue Stone. HEX triplet: 1B, 6B and 68. RGB value is (27,107,104). Sum of RGB (Red+Green+Blue) = 27+107+104=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B68 is #E49497. Grayscale: #525252. Windows color (decimal): -14980248 or 6843163. OLE color: 6843163.

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

Color convert

RGB27107104-
CMYK0.7500.030.58
HSL177.75º59.7%26.27%-
HSV(B)177.75º74.77%41.96%-
XYZ8.2111.7514.93-
YUV82.7414088.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=11.34%
G=44.96%
B=43.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal271071040.7500.030.58177.7559.726.27
Hex1B6B684B033Ab23c1a
Octal3315315011303722627432
Binary110111101011110100010010110111110101011001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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