#1A6B6A

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

Shades of Blue Stone #1A6B6A

Tints of Blue Stone #1A6B6A

Color information

#1A6B6A (or 0x1A6B6A) is unknown color: approx Blue Stone. HEX triplet: 1A, 6B and 6A. RGB value is (26,107,106). Sum of RGB (Red+Green+Blue) = 26+107+106=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B6A is #E59495. Grayscale: #525252. Windows color (decimal): -15045782 or 6974234. OLE color: 6974234.

HSL color Cylindrical-coordinate representation of color #1A6B6A: hue angle of 179.26º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6B6A is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB26107106-
CMYK0.7600.010.58
HSL179.26º60.9%26.08%-
HSV(B)179.26º75.7%41.96%-
XYZ8.2911.7815.47-
YUV82.67141.1687.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=10.88%
G=44.77%
B=44.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal261071060.7600.010.58179.2660.926.08
Hex1A6B6A4C013Ab33d1a
Octal3215315211401722637532
Binary11010110101111010101001100011110101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,107,106); }

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

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

 a { background-color: rgb(26,107,106); }

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

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

 span { border-color: rgb(26,107,106); }

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