#1A6C6A

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

Shades of Blue Stone #1A6C6A

Tints of Blue Stone #1A6C6A

Color information

#1A6C6A (or 0x1A6C6A) is unknown color: approx Blue Stone. HEX triplet: 1A, 6C and 6A. RGB value is (26,108,106). Sum of RGB (Red+Green+Blue) = 26+108+106=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C6A is #E59395. Grayscale: #535353. Windows color (decimal): -15045526 or 6974490. OLE color: 6974490.

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

Color convert

RGB26108106-
CMYK0.7600.020.58
HSL178.54º61.19%26.27%-
HSV(B)178.54º75.93%42.35%-
XYZ8.3911.9915.51-
YUV83.25140.8387.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=10.83%
G=45%
B=44.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal261081060.7600.020.58178.5461.1926.27
Hex1A6C6A4C023Ab33d1a
Octal3215415211402722637532
Binary110101101100110101010011000101110101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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