#146F6E

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

Shades of Blue Stone #146F6E

Tints of Blue Stone #146F6E

Color information

#146F6E (or 0x146F6E) is unknown color: approx Blue Stone. HEX triplet: 14, 6F and 6E. RGB value is (20,111,110). Sum of RGB (Red+Green+Blue) = 20+111+110=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #146F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F6E is #EB9091. Grayscale: #535353. Windows color (decimal): -15437970 or 7237396. OLE color: 7237396.

HSL color Cylindrical-coordinate representation of color #146F6E: hue angle of 179.34º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F6E is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB20111110-
CMYK0.8200.010.56
HSL179.34º69.47%25.69%-
HSV(B)179.34º81.98%43.53%-
XYZ8.7912.6416.73-
YUV83.68142.8582.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=8.30%
G=46.06%
B=45.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201111100.8200.010.56179.3469.4725.69
Hex146F6E520138b3451a
Octal24157156122017026310532
Binary101001101111110111010100100111100010110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F6E; }

 p { color: rgb(20,111,110); }

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

<style>
 a { background-color: #146F6E; }

 a { background-color: rgb(20,111,110); }

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

<style>
 span { border-color: #146F6E; }

 span { border-color: rgb(20,111,110); }

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