#1A6B67

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

Shades of Blue Stone #1A6B67

Tints of Blue Stone #1A6B67

Color information

#1A6B67 (or 0x1A6B67) is unknown color: approx Blue Stone. HEX triplet: 1A, 6B and 67. RGB value is (26,107,103). Sum of RGB (Red+Green+Blue) = 26+107+103=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B67 is #E59498. Grayscale: #525252. Windows color (decimal): -15045785 or 6777626. OLE color: 6777626.

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

Color convert

RGB26107103-
CMYK0.7600.040.58
HSL177.04º60.9%26.08%-
HSV(B)177.04º75.7%41.96%-
XYZ8.1311.7114.66-
YUV82.32139.6687.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.02%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=11.02%
G=45.34%
B=43.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal261071030.7600.040.58177.0460.926.08
Hex1A6B674C043Ab13d1a
Octal3215314711404722617532
Binary1101011010111100111100110001001110101011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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